Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- window.location.href = "http://google.com"
- </script>
- location.href = url
- location.replace(url)
- document.location = url
- location.assign(url)
- window.open(url, '_self')
Advertisement
Add Comment
Please, Sign In to add comment