jasperlow

Untitled

Sep 5th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 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 type="text/javascript">
  8. function redirect()
  9. {
  10. var url = "http://www.facebook.com";
  11. //window.location(url);
  12. window.location.href = url;
  13. //alert(''+url)
  14. }
  15. </script>
  16. </head>
  17. <body>
  18. <button name="redirect" onClick="redirect()">Jasper</button>
  19. </body>
  20. </html>
Add Comment
Please, Sign In to add comment