File: form.psp

package info (click to toggle)
psp 0.5.5-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 4,820 kB
  • ctags: 2,333
  • sloc: perl: 21,074; ansic: 4,553; sh: 2,407; makefile: 461; php: 11; pascal: 6
file content (30 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (3)
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>
<head>
 <title>Search Form Example</title>
</head>
<body>
<a href="[- $pile->url() -]/intro">click here to return to intro.</a><br><br>

<form method="POST" action="submit" fieldspace="address_fs">
<psp:include src="standard_err.inc">

<table border="1" width="60%">
 <tr><td colspan="2">

   <font size="+2"><b>Please Enter Your Address</b></font>

 </td></tr>

 <psp:include src="address/address.inc">

 <tr><td colspan="+2">
   <input type="submit" name="Submit" value="Submit">
 </td></tr></table>

<psp:submit name="Submit" value="Submit">
 <vinstantiated>
</psp:submit>
</form>

</body>
</html>