add an onLoad handler in the body tag with something like:
<body onLoad="self.open('URL of page or ad to load','nameof new window',parameters)">
I have indicated that all args must be entered as strings.
parameters must be in attribute=value pairs, and the whole lot enclosed in quotes like: 'height=200,width=400'
there are many other options which will appear in ant JavaScript book, hope this helps, let me know if you can't find them!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.