Guest User

Untitled

a guest
Dec 15th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if ( username == "student" && password == "iskander"){
  2. alert ("Login successfully");
  3. window.location = "success.html"; //redirecting to other page
  4. return false;
  5. }
Add Comment
Please, Sign In to add comment