[windowReference.]statusbar.visible=?> Как динамически убрать statusbar открытого окна в IE?
Вот что я вычитал в помощи: Represents the window's vertical and horizontal scroll bars. The scrollbar property has a visible property. If the value is set to true the scrollbars are visible, if the value is set to false, the bars are hidden.
Example:
self.scrollbars.visible=true
Note
Setting this property requires the UniversalBrowserWrite privilege.
Правда что такое "UniversalBrowserWrite privilege" без понятия |