fdfdfdf

Untitled

Apr 6th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <html>
  2.  
  3. <script>
  4. window.setTimeout(function(){
  5.  
  6. document.getElementById("btn").click();
  7. }, 1000);
  8. </script>
  9.  
  10. <input type="checkbox" value="click me" id="btn">
  11.  
  12. <script>
  13. document.getElementById('btn').onclick = function() {
  14. alert("www.equipefv.com")
  15. }
  16.  
  17. </script>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment