how do i reset radiobuttonlist in javascript
i need to reset radiobuttonlist on click of a hyperlink
i have written the code as
document.getEle mentById('rblOf fshoreFamiliari ty').selectedIn dex=0;
document.getEle mentById('rblOf fshoreFamiliari ty').value=1;
document.getEle mentById('rblOf fshoreFamiliari ty').value=opti ons[-1];
none of this is working
can u guyz help me out with this
i need to reset radiobuttonlist on click of a hyperlink
i have written the code as
document.getEle mentById('rblOf fshoreFamiliari ty').selectedIn dex=0;
document.getEle mentById('rblOf fshoreFamiliari ty').value=1;
document.getEle mentById('rblOf fshoreFamiliari ty').value=opti ons[-1];
none of this is working
can u guyz help me out with this
Comment