Can I
ask what you are trying to achieve with this? Deliberatly trying to piss people
off when they get to your page? I don't think it's very nice (to say the least)
to pop up a full-screen, non-resizable window without tool- or menu bars.
Just
wondering,
Arjan
var page = "welcome.htm";
windowprops =
"height=screen.heigth,width=screen.width,location=no,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=no";
window.open(page, "Welcome", windowprops);But this will work if you specify:<script language="JavaScript1.2">> Hi Folks,
> I have another problem.
> Sometime ago I asked the list if anyone knew how to display a sevlet
> output in a new page of the browser without navigation bar and at full screen.
> Unfortunately I got no response/suggestion so I turn to javascript.
> I load an intermediate page that opens the page calling the servlet with
> the javascript function window.open() as follows:
