View Full Version : Auto Pop-Up


junkyarddog25
05-04-2003, 04:20 AM
I need a code so that when people visit my site, a pop-up ad like thing comes up and tells them to visit my new message board. I want something like when you go to walmart.com and a popup automatically comes up asking you to sign-up for a whole bunch of crap.

Thanx

Dude128
05-04-2003, 04:36 AM
put the normal popup code in the head section like you would do if you were using a link, and add onload="javascript:popup()" to your <body> tag, replacing popup() with whatever you named the popup function in your head section