Microsoft
Software
Hardware
Network
Question : Deselect radio button in a ColdFusion flash form?
I have a form with a checkbox that if clicked disables the form fields. If a user happens to check this box AFTER having filled out any of the fields I want the fields to be reset/blanked. This was easy enough for checkboxes:
mycheckbox.selected = false;
and for text inputs:
mytextfield.text = "";
But I can't get this to work for radio buttons. I've tried all of the following to no avail:
myradiobutton.selected = false;
myradiobutton[0].selected = false;
myradiobutton[1].selected = false;
myradiobutton.checked = false;
...etc.
Is this possible?
Answer : Deselect radio button in a ColdFusion flash form?
>> I've tried all of the following to no avail
Those reference the wrong object. Use:
myradiobutton.selection.se
lected = false;
For:
<cfinput type="radio" name="myradiobutton" checked="true" value="yes"> Yes
.....
Random Solutions
In Excel 2007, remove buttons copied from websites.
How to view a .pwi file in XP: Office 2007?
Is there a way to provide a range of values to the decode feature of SQL Query?
iSCSI Performance Tuning
Backup jobs in Symantec Backup Exec 11d keep failing (due to lack of free space on destination drive, I believe). How can I fix this? The job logs have been attached
MPP microsoft project plan. How can i open a file created in ver 2010 in MPP 2003 or 2007.
Powerpoint 2003 chart labels alignment
New Hire Workflow in WSS
Unable to access OWA
Installing SSL certifcate on exchange 2010