Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <script>
- window.setTimeout(function(){
- document.getElementById("btn").click();
- }, 1000);
- </script>
- <input type="checkbox" value="click me" id="btn">
- <script>
- document.getElementById('btn').onclick = function() {
- alert("www.equipefv.com")
- }
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment