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.
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.