You are here: irt.org | About | Feedback | 3633 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1594
Sent by
denbrice on February 26, 2002 at 19:39:05:
Worth:
Very worth reading
Comments:
Here's easy (didn't think of it after implementing the stuff suggested here):
JabbaScript
function getTableWidth() {
alert(document.all("blah").width) ;
alert(document.all("blah").height) ;
}
and in body
<table id=blah>
enjoy!
Other feedback on 'irt.org FAQ Knowledge Base Q1594' - show all