Click to See Complete Forum and Search --> : HTML question


Ben Reynders
July 9th, 2002, 10:34 AM
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?

r_nagendra
July 9th, 2002, 10:43 AM
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