<form name="myform">
<input type="radio" name="rad" value="0" checked> Default<br>
<input type="radio" name="rad" value="1"> One<br>
<input type="radio" name="rad" value="2"> Two<br>
<input type="radio" name="rad" value="3"> Three<br>
<input type="radio" name="rad" value="4"> Four<br>
<input type="radio" name="rad" value="5"> Five<br>
<br>
<input type="button" value="Reset Radio to Default"
onclick="myform.rad[0].checked=true">
</frorm>

-----Original Message-----
From: Creese, Eric [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 19, 2005 12:05 PM
To: CF-Talk
Subject: Javascript form question

Okay I have a form with a series of selection boxes which fill the next
selection box. Then I have a radio button choice and depending which
radio button is selected a selection box will appear next to the label
of the radio button. When I decided to change say the first selection
box it at the top fires of a JavaScript on event change and I can get
all the selection boxes to hide but I can not get the radio button to
reset to the default choice automatically. I am not doing any page
refreshes. I can not figure out the JavaScript setting I need to reset
the radio button. Can anyone help?


----------------------------------------------------------------------------
--
This e-mail is intended for the use of the addressee(s) only and may contain
privileged, confidential, or proprietary information that is exempt from
disclosure under law.  If you have received this message in error, please
inform us promptly by reply e-mail, then delete the e-mail and destroy any
printed copy.   Thank you.
============================================================================
==



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215804
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to