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 >
Wrap
Text File
|
1999-09-09
|
331b
|
15 lines
<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>