PDA

View Full Version : popup window onLoad


Beck1
01-26-2004, 12:26 PM
Hi can anyone tell me how to make a popup window appear onload of a page please?

I already have:
onLoad="MM_preloadImages()"
in my body tag, and I can't seem to get a browser window to open up as well as this.

Thanks very much for your help!
Beck

coothead
01-26-2004, 01:05 PM
Hi there Beck1,

Try it like this...
<body onload="MM_preloadImages();window.open('http://www.codingforums.com/','some_name','width=100,height=100')" >

c:D:Dthead