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]] width and height of an element


  • From: bernu at lptmc.jussieu.fr (Bernu Bernard)
  • Subject: [[Javascript]] width and height of an element
  • Date: Sun Sep 24 11:19:56 2006

Hi list,

How can I find the width and size of an element ?

Say for example I have :

<div id="test" onclick="getsizes()">hello</div>

When I click on "hello" I'd like to get the width and height of this  
element.

Bernard