setTimeout
Posted: Mon Feb 05, 2007 5:05 pm
I am wandering i cant set a delay on a newWindow?
but it opens it as soon as i click
thanks
Code: Select all
setTimeout(window.open("survey.asp"),10000); // opens a new window in 10sec thanks