HighDots Forums  

Controlling current browser window

Javascript JavaScript language (comp.lang.javascript)


Discuss Controlling current browser window in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joop Kaashoek
 
Posts: n/a

Default Controlling current browser window - 04-06-2004 , 07:42 PM






Just confirming, it looks like an Internet Explorer browser window can
not be manipulated by JavaScript to hide its menu bar etc, is this
correct?

Reply With Quote
  #2  
Old   
Lasse Reichstein Nielsen
 
Posts: n/a

Default Re: Controlling current browser window - 04-06-2004 , 07:55 PM






jkaashoek (AT) yahoo (DOT) com (Joop Kaashoek) writes:

Quote:
Just confirming, it looks like an Internet Explorer browser window can
not be manipulated by JavaScript to hide its menu bar etc, is this
correct?
Yes. No browser that I am aware of can change its layout using only
Javascript after the window has been opened.

/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'


Reply With Quote
  #3  
Old   
kaeli
 
Posts: n/a

Default Re: Controlling current browser window - 04-07-2004 , 09:15 AM



In article <ed7af232.0404061542.2323a266 (AT) posting (DOT) google.com>,
jkaashoek (AT) yahoo (DOT) com enlightened us with...
Quote:
Just confirming, it looks like an Internet Explorer browser window can
not be manipulated by JavaScript to hide its menu bar etc, is this
correct?

Not in a normal internet application, no. You might be able to if you
use an HTA, but those are really only for intranet and CD applications.

--
--
~kaeli~
Condoms should be used on every conceivable occasion.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace



Reply With Quote
  #4  
Old   
Grant Wagner
 
Posts: n/a

Default Re: Controlling current browser window - 04-20-2004 , 04:49 PM



Lasse Reichstein Nielsen wrote:

Quote:
jkaashoek (AT) yahoo (DOT) com (Joop Kaashoek) writes:

Just confirming, it looks like an Internet Explorer browser window can
not be manipulated by JavaScript to hide its menu bar etc, is this
correct?

Yes. No browser that I am aware of can change its layout using only
Javascript after the window has been opened.

/L
Just as a curiousity, the following works in Netscape Communicator 4.78:

<a href="#"
onclick="window.open(window.location.href, '_self',
'menubar=1,toolbar=0');">Remove chrome on this window</a>

--
Quote:
Grant Wagner <gwagner (AT) agricoreunited (DOT) com
* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/...ce/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/a...ence_entry.asp

* Netscape 6/7 DOM Reference available at:
* http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 7 / Mozilla
* http://www.mozilla.org/docs/web-deve...upgrade_2.html




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.