T
TazaTek
Is there a way to get a lightbox to open up after a 5 second delay? I
have a client that wants to make sure that people see his web-page
before he annoys them with a popup ad.
I've tried an onload=pause() routine, which is essentially what I
need. The only thing I can't figure out is the correct syntax to get
the lightbox to display.
I've tried things like:
document.write ('<input class="lbON" id="lbONAuto" type="hidden"
url="http://www.domain.com/lightbox_body.html" > ');
but that just makes a mess..... what am I missing? Without the pause
routine, I just put the <input> tag below my body...
Any help would be much appreciated.
Thanks
Matt
have a client that wants to make sure that people see his web-page
before he annoys them with a popup ad.
I've tried an onload=pause() routine, which is essentially what I
need. The only thing I can't figure out is the correct syntax to get
the lightbox to display.
I've tried things like:
document.write ('<input class="lbON" id="lbONAuto" type="hidden"
url="http://www.domain.com/lightbox_body.html" > ');
but that just makes a mess..... what am I missing? Without the pause
routine, I just put the <input> tag below my body...
Any help would be much appreciated.
Thanks
Matt