summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/forms.asp
blob: bfd5aaf26f227173ccc626c13e02b80fe31a6fcc (plain)
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
<html>
<!- Copyright (c) Go Ahead Software Inc., 2000-2000. All Rights Reserved. ->
<head>
<title>GoForm Test</title>
<link rel="stylesheet" href="style/normal_ws.css" type="text/css">
<% language=javascript %>
</head>

<body>
<h1>GoForm Test</h1>
<form action=/goform/formTest method=POST>

<table>
<tr>
	<td>Name:</td><td><input type=text name=name size=50 value=""></td>
</tr>
<tr>
	<td>Address:</td><td><input type=text name=address size=50 value=""></td>
</tr>
<tr>
    <td></td>
      <td ALIGN="CENTER"> 
        <input type=submit name=ok value="OK"> <input type=submit name=ok value="Cancel"></td>
</tr>
</table>

</form>

</body>
</html>