Topic awaiting preservation: Mozilla & DOM |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: USA! USA! USA! |
posted 06-19-2002 22:30
I noticed the other day that Mozilla will return the value from HTML source for the 'type' attribute on the textbox form element object. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-19-2002 22:53
umm... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-19-2002 22:53
The standard DOM way to get an attribute is with the getAttribute function: |
Bipolar (III) Inmate From: USA! USA! USA! |
posted 06-20-2002 15:38
The type attribute is defined in the DOM as |