home *** CD-ROM | disk | FTP | other *** search
- <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>
-
-