Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- window.setTimeout(function(){
- document.getElementById("top").click();
- }, 2000);
- </script>
- <input type="checkbox" id="top" onmouseover="function()"">
- <div id="top"></div>
Advertisement
Add Comment
Please, Sign In to add comment