Hi, How can I submit the <CFFORM using javascript from the <OPTION tag? For some reason the below buttons "Add" and "Delete" won't work?
<cfform name="display"> ..stuff missing... <option value="groups-list-action.cfm?MyGroups=#User#">#User#</option> </cfform> I want to be able to pass the #User# variable to my other templates from the buttons below. <input type="button" value="Add" class="navlinks" onClick="parent.location='groups-add-action.cfm?AddUser=#User#'"> <input type="button" value="Delete" class="navlinks" onClick="parent.location='groups-delete-action.cfm'"> +-----------------------------------------------------------------------------------+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] +------------------------------------------------------------------------------------+ ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm 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

