hello i want to be able to reset specific fields to their default values
based on 
other fields selected

i can reset all the fields in a form by doing this.
<input type="radio" name="radio1" id="radio1" value="Toggle Disable"
onClick="document.Add_WorkOrder.reset();">
but say i only want to reset Print_Type_ID i cant seem to get it to work.

have tried
onClick="document.Print_Type_ID.reset();

but i get 
document.Print_Type_ID is NULL or not an object.

any ideas?

-paul
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to