javascript help

Status
Not open for further replies.

cowctcat

New Member
Messages
401
Reaction score
0
Points
0
Does anyone know a way that i can find out how wide a window is?
Your help would be very much appreciated.
Thanks in advance!
 

Submariner

New Member
Messages
44
Reaction score
1
Points
0
if you want the pixel width/height of the browser's frame use window.outerWidth/Height, but if you want the pixel width/height of the document within the browser's frame use window.innerWidth/Height.

Have fun,

James
 
Status
Not open for further replies.
Top