Thread: Help
View Single Post
Old Feb 20th, 2006, 4:44 AM   #7
Heba
Newbie
 
Join Date: Feb 2006
Posts: 18
Rep Power: 0 Heba is on a distinguished road
<meta http-equiv="refresh" content="5;url=menu.asp">

Where do i have to put it will this do?

strUsername = Request.Form ("username")
strPassword = Request.Form ("password")

If strUsername="john" And strPassword="123" Then
    Response.Write("OK to go!")
   <meta http-equiv="refresh" content="5;url=menu.asp">
 End If


Thank you !
Heba is offline   Reply With Quote