Hi.
I have a function that needs to read the value of a custom attribute I
have in some controls. In IE, the code below works ok, in Netscape it
returns 'undefined' :
if (elem[i].Valid == 'True')
How can I read the value of the custom attribute called Valid in both IE
and Netscape?
Thanks,
Chris Leffer
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
I have a function that needs to read the value of a custom attribute I
have in some controls. In IE, the code below works ok, in Netscape it
returns 'undefined' :
if (elem[i].Valid == 'True')
How can I read the value of the custom attribute called Valid in both IE
and Netscape?
Thanks,
Chris Leffer
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment