home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 New Year / INTERNET112.ISO / pc / projects / postcode_anywhere / source / asp / start.asp < prev   
Encoding:
Text File  |  2003-10-03  |  265 b   |  16 lines

  1. <html>
  2. <head>
  3. <title>Postcode Anywhere ASP Example</title>
  4. </head>
  5. <body>
  6. <form method=post action="result.asp">
  7.  
  8. Enter your Post Code
  9. <br /><input type="text" name="postcode">
  10. <br /><input type="submit" value="Results...">
  11.  
  12. </form>
  13. </body>
  14. </html>
  15.  
  16.