View Full Version : frameless popup window
Homer
07-30-2002, 04:54 PM
I have used a frameless popup window to display a flash intro on top of my index page, everything works fine when the user clicks on a text link embedded on the page but I am trying to get to get the frameless window to open automatically when the index window is launched. Apparently this is possible by including
<body onload="openFrameless()">
but this does not work. Anyone any ideas?
Regards
Homer
x_goose_x
07-30-2002, 07:34 PM
Can you posty the script, or a link to the page.
Homer
07-31-2002, 09:24 AM
Hi, thanks for the reply. The page address is
www.tomorrowswales.co.uk/newsite 2002/index1a.htm
this will be the index page and I am trying to get the flash intro to launch automatically in a frameless window when the page opens, this works fine when you click on the 'click here' link at the bottom of the page but otherwise it will not.
Regards
Homer
x_goose_x
07-31-2002, 03:15 PM
change the body tag to:
<BODY onload="openFrameless(); startit();">
and remove:
if (ie4||dom||document.layers)
window.onload=startit
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.