home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 September
/
PCWorld_2000-09_cd.bin
/
Software
/
Topware
/
aspedit
/
_SETUP.1
/
response.asp
< prev
next >
Wrap
Text File
|
1999-09-09
|
347b
|
16 lines
<html>
<head>
<TITLE>response sample</TITLE>
</head>
<body bgcolor="#FFFFFF">
<%Fname=request.querystring("Firstname")
Lname=request.querystring("Lastname")
If Fname="George" and Lname="Washington" then%>
Hi.<p>You must be the first president!
<%else%>
Hi!<p>Nice to Meet You
<%end if%>
</body>
</html>