File: test1.adp

package info (click to toggle)
aolserver 3.4.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 22,692 kB
  • ctags: 33,612
  • sloc: ansic: 171,340; tcl: 10,218; sh: 3,821; cpp: 2,779; makefile: 2,041; yacc: 1,648; perl: 456; php: 13
file content (34 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<HTML>

<HEAD>
<TITLE>AOLserver Confidence Test</TITLE>
</HEAD>

<BODY BGCOLOR="#ffffff">

<H2>Test 1</H2>

$Header: /cvsroot/aolserver/aolserver/tests/cdev/test1.adp,v 1.1 2000/10/09 20:29:54 kriston Exp $

<P>

Run a custom Tcl command "ns_hello" from nsexample.so:

<P>

<%

if { [info commands ns_hello] == "" } {

    ns_puts "Sorry, you needed to load nsexample.so into your server."

} else {

    ns_puts [ns_hello "Confident Tester Person"]

}
%>


</BODY>
</HTML>