View Single Post
  #2 (permalink)  
Old 12-03-2007, 07:06 AM
achillesheel achillesheel is offline
Member
 
Join Date: Dec 2007
Posts: 1
achillesheel is on a distinguished road
id attribute value should be used in javascript...

<html:radio property="xxx" value="yes" id="idname">yes</html:radio>

alert(document.forms[0].elements['idname'].value);

try this..
Reply With Quote