|
-
June 13th, 2003, 05:58 AM
#1
How to hide the menubar/toolbar/locationbar/statusbar of an existing window?
I want to hide menubar/toolbar/locationbar/statusbar of an existing window .In NN6 it is possible by
netscape.security.PrivilegeManager.enablePrivilege('UniversalBrowserWrite');
window.menubar.visible = true;
window.toolbar.visible = false;
window.locationbar.visible = false;
window.statusbar.visible = false;
window.linkbar.visible = false;
How do you do that for IE6
Please let me know the solution.
Thanks
ANU
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|