Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1594

Feedback on: irt.org FAQ Knowledge Base Q1594

Sent by Rui Anselmo on June 06, 2001 at 06:25:52: - feedback #2810

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
Just wondering how I could do the same but without the onLoad event, using instead the <script> tag on the <head> of the page. Nice item, though. :-)


Sent by denbrice on February 26, 2002 at 19:39:05: - feedback #3633

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!


©2018 Martin Webb