http://www.dynamicdrive.com/dynamicindex11/dhtmlad.htm
The above box opens simultaneously with the webpage. Is there any way to delay the opening by, say 5 secs?
http://www.dynamicdrive.com/dynamicindex11/dhtmlad.htm
The above box opens simultaneously with the webpage. Is there any way to delay the opening by, say 5 secs?
Changing:
to:Code:onload=initAd;
should do it. 5000 is the number of milliseconds delay.Code:onload=function(){ setTimeout("initAd()", 5000); }
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Thanks again John.
Bookmarks