01-26-2011, 11:32 AM
|
#2
|
Extravaganzeer
Join Date: Oct 2008 |
|
|
|
Referrals: 3 |
Posts: 510 |
Reputation: 30 |
|
| |
|
I would try on dynamicdrive.com they have a javascript popup which comes up inside the window by using some javascript trickery:
Dynamic Drive DHTML Scripts- DHTML Window widget
You can call the javascript timeout function to delay the popup- something like setTimeout(10000,"popupfunctionname()");
The number is in milliseconds - above calls popupfunctionname() in 10 seconds - add it to the onload parameter of the body tag.
|
|
|
|