Advertisement
Guest User

Help :)

a guest
Mar 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if(button) {
  2. alert("Your message has been sent wait for an reply");
  3. return false;
  4. } else {
  5. windows.location = "index.php";
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement