READONLY attribute
If I have a readonly object, is there a way to find out later if it is readonly? There isn't a isReadOnly() function like there is a isDisabled() function.
[163 byte] By [
MrRogersa] at [2007-11-26 16:06:38]

# 2
an html object, such as a text input...I've tried checking the value of (theObject).READONLY, but it's always undefined.I got by by setting the alt value to "readonly" and checking that. However, I feel this is bad coding because its not what the alt is meant for.