Jump to content

Err... my code isnt working... can someone tell me wahats wrong with it?


billybob joe

Recommended Posts

<html><body><form method="post" action="Login.asp">Username <input type="text" name="Username" /><br />Password <input type="password" name="Password" /><br /><br /><input type="submit" value="login" /><%If Request.Form("Username") = "Me" && Request.Form("Password") = "duh" Then    Response.Redirect "http://wwwgoogle.com/"%></form></body></html>

when I put it on a test website (weebly.com as the two hosting sites I tried (x10hosting and hostingsnake ) didnt work, it just displayed the code ... ) and it didnt workthe website was http://testa.weebly.com/

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...