I have been working on this idea... but internet explorer won't let it go smoothly.......
I want to be able to open up a html file, allow IT to open up a new window w/o the controls (etc.) and to be stretched past the screens resoltution..... and then close the window that spawned it...
I can do that now, but IE gives me the old "this program is trying to close this window... do you really want to?" speech, which I do not want and would like to know how to disable or bypass. I haven't actually tried this out on Netscape or any others... but I would Imagine they would do the same.....
Another exceptable option is to open the html and it would already have the controls and size done. have no clue how to do that one.... For all I know... it's easier than my first idea... hehehe X-)
It makes no difference.. I wouldn't mind imput either way actually. More I see... More I learn, right?
Herez what I started with....
____________________________________________________________
<script language="JavaScript">
<!--
function open_archive() {
start_program = window.open('start.html','start1','menubar=0,toolbar=0,status=0,scrollbars=0,resizable=0,width=110%,height=110%');
}
-->
</script>
<body onload="open_archive(); window.close();">
____________________________________________________________
& I do know that the body tag won't work just yet... but I was just fooling around........
Thanx and happy travels to those who can help....
AganaWaya
I want to be able to open up a html file, allow IT to open up a new window w/o the controls (etc.) and to be stretched past the screens resoltution..... and then close the window that spawned it...
I can do that now, but IE gives me the old "this program is trying to close this window... do you really want to?" speech, which I do not want and would like to know how to disable or bypass. I haven't actually tried this out on Netscape or any others... but I would Imagine they would do the same.....
Another exceptable option is to open the html and it would already have the controls and size done. have no clue how to do that one.... For all I know... it's easier than my first idea... hehehe X-)
It makes no difference.. I wouldn't mind imput either way actually. More I see... More I learn, right?
Herez what I started with....
____________________________________________________________
<script language="JavaScript">
<!--
function open_archive() {
start_program = window.open('start.html','start1','menubar=0,toolbar=0,status=0,scrollbars=0,resizable=0,width=110%,height=110%');
}
-->
</script>
<body onload="open_archive(); window.close();">
____________________________________________________________
& I do know that the body tag won't work just yet... but I was just fooling around........
Thanx and happy travels to those who can help....
AganaWaya