Hello, I need a small javascript code that will open a window after visitor waits 10 seconds on a page. Window will close 5 seconds later. Pop-up must be a div. A good example can be seen at this forum. Pop up blockers must not block window. Thank you
I'll assume this div is an ad (not your own website)? Then you might use <iframe> as child of a <div>. And I think <div> would not be blocked by browsers. PM me for more details. Hendra