Advertisement
jaideep06

Anchor

Jan 17th, 2023
1,416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.  
  3. document.getElementById("myButton").onclick = function () {
  4.  
  5. location.href = "www.yoursite.com";
  6. };
  7.  
  8. </script>
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement