Sep 21, 2005 #1 vvlad Programmer May 27, 2002 151 DE Hi, Is it possible to read the windows properties to determine if the toolbar is visible? I've seen examples with code like Code: window.toolbar.visible or Code: window.menubar.visible but they do not seem to work in IE? Thanks vlad
Hi, Is it possible to read the windows properties to determine if the toolbar is visible? I've seen examples with code like Code: window.toolbar.visible or Code: window.menubar.visible but they do not seem to work in IE? Thanks vlad
Sep 21, 2005 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB They're probably browser-specific properties which IE has not chosen to implement. I know of no cross-browser way of doing this. Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
They're probably browser-specific properties which IE has not chosen to implement. I know of no cross-browser way of doing this. Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]
Sep 21, 2005 Thread starter #3 vvlad Programmer May 27, 2002 151 DE I'm only interested in IE, not in a cross-browser solution. vlad Upvote 0 Downvote