PDA

Click to See Complete Forum and Search --> : Width Of A Window


Jeremy Martin
Jul 29th, 2001, 07:27 PM
Does anyone know if it is possible to read the width of a netscape or ie menu? Any insight would be greatly appreciated.

Jeremy :)

Psyrus
Jul 29th, 2001, 07:34 PM
Screen Properties

screen.availHeight
screen.availLeft
screen.availTop
screen.availWidth
screen.colorDepth
screen.height
screen.width
screen.pixelDepth

Jeremy Martin
Jul 29th, 2001, 07:38 PM
I can use those to find the width of the screen but unfortunatily I need to find the width of the window not the screen

Jeremy

crptcblade
Jul 29th, 2001, 09:20 PM
what is wrong with window.width?

Jeremy Martin
Jul 29th, 2001, 09:41 PM
Can't use window.width because the property doesn't not exist.

Jeremy