IE with Windows XP SP2 unconditionally forces Status Bar to be displayed on all windows opened by window.open(). The "status" property is ignored (setting it to '0' or 'no' has no effect).
I need to know if the Status Bar is visible, because if it is, I need to add an addtional 20 or so pixels to the window height when I resize it.
NN has the 'statusbar.visible' property. It also has other window properties like 'outerHeight' and 'innerHeight' that I can use to calculate the difference between physical browser window height and client area height.
Any ideas?
I need to know if the Status Bar is visible, because if it is, I need to add an addtional 20 or so pixels to the window height when I resize it.
NN has the 'statusbar.visible' property. It also has other window properties like 'outerHeight' and 'innerHeight' that I can use to calculate the difference between physical browser window height and client area height.
Any ideas?