Advertisement
jasperlow

Untitled

Sep 5th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Jasper Button</title>
  7. <script>
  8. function xxx()
  9. {
  10. var url = "www.facebook.com";
  11. //window.location(url);
  12. window.location.href = url;
  13. //window.location.href = "http://stackoverflow.com";
  14.  
  15. alert(''+url)
  16. }
  17. </script>
  18. </head>
  19. <body>
  20. <button name="redirect" onClick="xxx()">Jasper</button>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement