Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] height and width


  • From: javascript@xxxxxxxxxx (Felix)
  • Subject: [Javascript] height and width
  • Date: Wed, 27 Jun 2001 15:53:47 +0200

Thanks,
document.body.clientWidth and .clientHeight was what I needed
(i.e  window.innerWidth for Netscape).
screen is something else, and innerHeight or innerWidth with IE5

Felix