javascript_howto thread: open the default browser window without a toolbar...
That's what the FAQ is saying.
You can't do that with JavaScript.
However, you can use signed scripts in Netscape or ActiveX technology
for IE (please refer to MSDN).
/Robert
-----Original Message-----
From: harold [mailto:harold_d1@h...]
Sent: den 11 mars 2003 12:07
To: JavaScript HowTo
Subject: [javascript_howto] Re: open the default browser window without
a toolbar...
i've seen these links:
http://p2p.wrox.com/javascript/faq.asp#no5
http://p2p.wrox.com/javascript/faq.asp#no6
http://p2p.wrox.com/javascript/faq.asp#no7
but they don't solve my problem...i don't need my application to be
completely fullscreen (i still need the "blue bar" on top and the
statusbar). And this must all happen at the start-up.
> Hi,
> I need a function which makes that when I start my webapplication
> (with
f> rames), the browser doesn't have a toolbar. I know how to do this by
p> ressing a hyperlink but i need to have this done automatically when i
s> tart my application.
> Thanks,
> Harold