Need help in javascript code

Posted by vaibhav on Stack Overflow See other posts from Stack Overflow or by vaibhav
Published on 2010-05-13T11:12:14Z Indexed on 2010/05/13 11:14 UTC
Read the original article Hit count: 188

Filed under:
|
|
var radiobox = document.getElementById('<%=rdoRiskAccepted.ClientID%>');

            alert(radiobox[0].checked);

I am getting undefined as a alert. what am I doing wrong.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about .NET