Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delayed pop-up window

Status
Not open for further replies.

jloffredo

Technical User
Joined
Feb 24, 2002
Messages
17
Location
US
I have a javascript that launches a pop-up window upon entering a URL. Is there a way to delay the pop-up for 30 seconds?
 
if you call it from a link..
<a href=&quot;javascript:setTimeOut(30000, 'openwindowfunction()');&quot;> link </a>

that assumes the function to open your window is called &quot;openwindowfuntion()&quot;

hope it helps Suceess, thats the way you spell success!
Got a question? Ask IMOZRMY!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top