Link to home
Start Free TrialLog in
Avatar of zattz
zattz

asked on

simulate clicking on a link after 10 seconds

Hi,

Is there a way to simulate clicking on a link after 10 seconds in javascript?
ASKER CERTIFIED SOLUTION
Avatar of devic
devic
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zattz
zattz

ASKER

thanks
This solution works great in Internet Explorer but in Firefox it throws the following JavaScript error
document.getElementById("myLink").click is not a function

Do you know a method that will work in both browsers?

Thanks