home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / Topware / aspedit / _SETUP.1 / testform.asp < prev    next >
Text File  |  1999-09-09  |  331b  |  15 lines

  1. <html>
  2.   <head>
  3.    <TITLE>a form exampe</TITLE>
  4.   </head>
  5.  <body bgcolor="#FFFFFF">
  6.   <form action="response.asp" method=get>
  7.    Your First Name <INPUT NAME="FirstName" MaxLength=20><p>
  8.    Your Last Name  <INPUT NAME="LastName" MaxLength=20><p>
  9.    <INPUT TYPE=submit><p><INPUT TYPE=reset>
  10.   </form>
  11. </body>
  12. </html>
  13.  
  14.  
  15.