menubar and toolbar show up in window.open

S

sunilsjs

I am opening a new child window using the following javascript command :-
window.open(URL, 'Download',
'location=no,status=1,resizable=no,width=300,height=300)
It generally does NOT display the standard browser menubar and toolbar when
opened in IE6 or IE7. But on one of the machines it is showing the menubar
and toolbar. The configuration of the machine is
OS - Windows XP professional 5.1 SP2
Browser - IE 6 SP2
Is there some setting which will always show menubar/toolbar in the browser?
Any help/suggestion on this is highly appreciated. Thanks in advance.
 
R

rob^_^

Hi sunilsjs,

Would that machine be using either the Google, Live, Yahoo, Adobe or Wot
toolbar. Some versions of these toolbars are known to hijack IE's toolbar
layout.

Try on that machine when running in noAddons mode.

Regards.
 
S

sunilsjs

Hi Rob,
Thanks for your reply!
We do not have any third party toolbars on that machine. Tried the no add
ons mode and it is still showing the menubar and toolbar.
Regards
 
R

rob^_^

Hi sun,

I can think of no other reason. There is a security setting to show an
address bar on popups in IE7, but this should not display the menu bar if it
is not selected in the Window.open arguments.

Aren't you missing toobars=no in your argument?

Actually that is the problem... here is a link explaining the arguments of
window.open

http://www.pageresource.com/jscript/jwinopen.htm

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top