home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2004 New Year
/
INTERNET112.ISO
/
pc
/
projects
/
postcode_anywhere
/
source
/
asp
/
start.asp
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-10-03
|
265 b
|
16 lines
<html>
<head>
<title>Postcode Anywhere ASP Example</title>
</head>
<body>
<form method=post action="result.asp">
Enter your Post Code
<br /><input type="text" name="postcode">
<br /><input type="submit" value="Results...">
</form>
</body>
</html>