Votes
Answers
Views
Question
8
1
35
I have scripted a form which has radio buttons, image buttons, buttons, text fields and many more stuff. I am did javascripting to get objects of forms controller..let say radio button... for example. var rdobject = document.getElementById("select:onlineStatus:1"); rdobject.checked=true; Whe...