Radio Value
I have an issue where I have assigned a number to the value attribute of a radio item on a form. I manipulate that data behind the scenes. My problem is that the value is coming back undefined. I setup a quick test button to show me the alert of the value. I cannot figure out what it occurring...help!
<p>
<label>$10: Camp Memory DVD
<br />
<input type="radio" name="DVD" value="10" id="DVD" />
Yes</label>
<label>
<input type="radio" name="DVD" value="0" id="DVD" />
No</label>
<input name="test" type="button" onclick="alert(document.camperregistration.DVD.val ue);" />
</p>
Clay Hess
__________________
Clay Hess
|