Altermize
05-03-2006, 02:11 AM
Can anyone give me the code for pop ups that pop up when you enter a site? Please and thank you!
|
View Full Version : Pop ups Altermize 05-03-2006, 02:11 AM Can anyone give me the code for pop ups that pop up when you enter a site? Please and thank you! war59312 05-03-2006, 03:34 AM I highly recommand you do not do that. More than likly no one will see it anywhere, since every popup blocker on the planet blocks that crap. But nonetheless, you just set an onload event on the body tag. That is simply <body onload="javascript: popUp"> And of course popUp is a function that loads the popUp window. |