[Javascript] Is there any way to get the value of a button in IE7

Bill McAvinney bmcavin at MIT.EDU
Tue Mar 30 12:07:50 CDT 2010


Hi All,

I found my answer with a web search thanks to Eddie Welker:
<button>.getAttributeNode("value").nodeValue works for IE7

Thanks,
Bill


On Mar 30, 2010, at 12:41 PM, Bill McAvinney wrote:

> Hi All,
>
> Is there a way to access the value attribute of a button in IE7 or is
> it just not supported in IE7?
>
> Bill McAvinney
>
> _______________________________________________
> Javascript mailing list
> Javascript at lists.evolt.org
> http://lists.evolt.org/mailman/listinfo/javascript



More information about the Javascript mailing list