S SCGA BANNED Joined Apr 10, 2017 Messages 23 Reaction score 4 Apr 10, 2017 #1 Code: <p><a href="#" onclick="setTimeout(Plus.style.display='none'), 2000">Close</a></p> I want to close Plus after 2 seconds clicking Close. Currently when I click Close, Plus close immediately without waiting for 2 seconds. Last edited: Apr 10, 2017
Code: <p><a href="#" onclick="setTimeout(Plus.style.display='none'), 2000">Close</a></p> I want to close Plus after 2 seconds clicking Close. Currently when I click Close, Plus close immediately without waiting for 2 seconds.
S SCGA BANNED Joined Apr 10, 2017 Messages 23 Reaction score 4 Apr 11, 2017 Thread Starter Thread Starter #2 I have solve the problem with : <script>function myfunction(){Plus.style.display='none'} var delay=2000</script>
I have solve the problem with : <script>function myfunction(){Plus.style.display='none'} var delay=2000</script>