Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

window width

Status
Not open for further replies.

gllew

Programmer
Joined
Jul 10, 2001
Messages
2
Location
US
Is there a property or function that can give me the width of a browser window?
 
yeah, hie
nn4x: window.innerWidth
ie: document.body.clientWidth - check onload only (checkin it just in body tag wuld give u width w/o scroll (i.e. ~16px wider)) !!
regards, vic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top