Guest User

Untitled

a guest
May 25th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <script type="text/javascript">
  2. window.location.href = "http://google.com"
  3. </script>
  4.  
  5. location.href = url
  6. location.replace(url)
  7. document.location = url
  8. location.assign(url)
  9. window.open(url, '_self')
Advertisement
Add Comment
Please, Sign In to add comment