Thread
:
property for radio buttons
View Single Post
#
2
(
permalink
)
12-03-2007, 07:06 AM
achillesheel
Member
Join Date: Dec 2007
Posts: 1
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..
achillesheel
View Public Profile
Send a private message to achillesheel
Find all posts by achillesheel