Advertisement
Guest User

Untitled

a guest
Nov 9th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     var time = 10; //הזמן שבו המשתמש יועבר לאתר אחר בשניות
  3.     var finalTime = time*1000;
  4.     function goTo(url)
  5.     {
  6.         top.location=url;
  7.     }
  8.     setTimeout(finalTime, goTo);
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement