neobadlands
Programmer
Okay, what I´m trying to do is to open a fullscreen window.
No problems so far. This is basically the script I use (I shortened it):
--------------------------------
<SCRIPT LANGUAGE="JavaScript">
<!--
function openfullscreen()
{
window.open("fullscreen.htm","","height=768,width=1024,type=fullWindow,.........."
;
}
//-->
</SCRIPT>
</head>
<body bgcolor="#000000">
<A HREF=JavaScript
penfullscreen()></A><OBJECT classid="........." codebase="........"
ID=fullscr WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE="../mov/fullscr.swf">
............
<EMBED ......</EMBED></OBJECT><!-- EndAftershock fullscr.swf --> </body>
</html>
(it´s the kind of script where you have to use a main.htm, a hidden.htm and all that in addition to get a fullscreen window)
--------------------------------
I want this page to open automatically the fullscreen window when you get on its link, which means that I don´t want the above page to be displayed, simply get rid of the
"<A HREF>".
If anyone knows what I mean and how it´s done, please let me know.
Thanx
Neo...
No problems so far. This is basically the script I use (I shortened it):
--------------------------------
<SCRIPT LANGUAGE="JavaScript">
<!--
function openfullscreen()
{
window.open("fullscreen.htm","","height=768,width=1024,type=fullWindow,.........."
}
//-->
</SCRIPT>
</head>
<body bgcolor="#000000">
<A HREF=JavaScript
ID=fullscr WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE="../mov/fullscr.swf">
............
<EMBED ......</EMBED></OBJECT><!-- EndAftershock fullscr.swf --> </body>
</html>
(it´s the kind of script where you have to use a main.htm, a hidden.htm and all that in addition to get a fullscreen window)
--------------------------------
I want this page to open automatically the fullscreen window when you get on its link, which means that I don´t want the above page to be displayed, simply get rid of the
"<A HREF>".
If anyone knows what I mean and how it´s done, please let me know.
Thanx
Neo...