![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: "getAttribute" returns a child element instead of ...?
From: Randy Webb <HikksNotAtHome@aol.com>
Date: Mon Jan 30 2006 - 21:44:49 CET
Thomas 'PointedEars' Lahn said the following on 1/30/2006 8:25 AM:
You missed the boat on this one Thomas. He didn't say use the "form
One "method" of accessing a form:
document.form['formID']
Another "method" to access it:
document.getElementById('formID')
Neither of which is a "method of the form" but it is a "form method" to
-- Randy comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/Received on Tue Feb 7 21:27:54 2006 |