Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <form name="regForm" action="" method="POST" onsubmit="return submitForm();">
  2. <input type="hidden" name="regid">
  3. </form>
  4.  
  5. <a href="#" onclick="display()">demo page</a>
  6.  
  7. <script>
  8. function display()
  9. {
  10. top.location = 'http://stackoverflow.com/';
  11. }
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement