Hi,
My problem:
When you click on a link, wait 5 seconds, and then show the page of the link.
Is there a html - code to solve my problem?
Printable View
Hi,
My problem:
When you click on a link, wait 5 seconds, and then show the page of the link.
Is there a html - code to solve my problem?
You can set a function in the onclick event of the link and then use timer in javascript to wait for 5 seconds and then you can redirect. try loking for settimer() in java script.
and moreover timer in java script works on all platforms and all browsers