VB.NET, ASP.NET, C#, SQL SERVER
This blog provide knowledge of all type of query. I want to share my experience with all.
Friday, 15 May 2009
how to check radio button in javascript
var myradio= document.getElementById('myradio');
if (myradio!=null)
{
myradio.checked=true;
}
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment