PDA

View Full Version : how to auto load window?



andrian
January 16th, 2002, 12:56 AM
how do you autoload a window when a user comes into my site?

eyezberg
January 16th, 2002, 01:46 AM
get a javascript to open a popup, lets say the function is called "pop" (there's a good one on kirupa!).
In your page, in the body tag , add an 'onload' call to the "pop" function (body onload"pop", s'thing like that, might be wrong, anyways, just take a look at kir's tutorial, it's all there.

andrian
January 16th, 2002, 02:15 AM
thanks for the help but @#%$ i cant find the tutorial on kir's page....

eyezberg
January 18th, 2002, 01:05 PM
..in the tutorials..and do not forget to check the original website it came from, they have a Help for it..

gingerhippy69
January 18th, 2002, 01:26 PM
i wrote this mini tut/explanation.... should be what u r looking for....

on (press) {
gotoAndLook ( www.zerodesigns.co.uk/dow...ained.html (http://www.zerodesigns.co.uk/downloads/page_pops_explained.html) );
}

Cheerio,
Ben...