home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <TITLE>a form exampe</TITLE>
- </head>
- <body bgcolor="#FFFFFF">
- <form action="response.asp" method=get>
- Your First Name <INPUT NAME="FirstName" MaxLength=20><p>
- Your Last Name <INPUT NAME="LastName" MaxLength=20><p>
- <INPUT TYPE=submit><p><INPUT TYPE=reset>
- </form>
- </body>
- </html>
-
-
-