BoilerRKD
04-22-2003, 02:55 PM
Hi,
I'm in the process of developing an internal website that will be burnt onto a CD. When users start up the CD, I want to launch a menu file that will open in a window with specific characteristics such as 500 X 400 width/height, centered position on a user's screen, no toolbars, no menu, and resizable.
The first method I used in attempt to accomplish this was to make a startup.html file (parent window) that would automatically launch the menu (child) window with appropriate characteristics using <body onLoad.........> Once the menu window was launched, the parent window would be closed. However, because of the specific Internet security settings that can be configured by users in IE, there is a strong probability that most IE users would be confronted with the annoying confirmation message regarding whether to close the parent window. I really don't want this.
Is there any way that I can open the menu file in a window that can be dynamically configured when the page is loaded, thus eliminating the need to launch a child window with the appropriate deminsions? I've tried to find a viable work-around for the first method, but I haven't come across anything that will totally avoid the IE confirmation close window message.
Thanks in advance.
I'm in the process of developing an internal website that will be burnt onto a CD. When users start up the CD, I want to launch a menu file that will open in a window with specific characteristics such as 500 X 400 width/height, centered position on a user's screen, no toolbars, no menu, and resizable.
The first method I used in attempt to accomplish this was to make a startup.html file (parent window) that would automatically launch the menu (child) window with appropriate characteristics using <body onLoad.........> Once the menu window was launched, the parent window would be closed. However, because of the specific Internet security settings that can be configured by users in IE, there is a strong probability that most IE users would be confronted with the annoying confirmation message regarding whether to close the parent window. I really don't want this.
Is there any way that I can open the menu file in a window that can be dynamically configured when the page is loaded, thus eliminating the need to launch a child window with the appropriate deminsions? I've tried to find a viable work-around for the first method, but I haven't come across anything that will totally avoid the IE confirmation close window message.
Thanks in advance.