Question
check boxes and deleting items in a query
I have a query where I would like to allow checking off
checkboxes next to items in the query to be deleted instead of
checking them one by one.
<cfoutput query name="somequery">
<form>
del<input type ="checkbox" value ="#v#">Item one
del<input type ="checkbox" value ="#v#">Item two
del<input type ="checkbox" value ="#v#">Item three
check all
</form
</cfoutput>
<cfoutput query name="somequery">
<form>
del<input type ="checkbox" value ="#v#">Item one
del<input type ="checkbox" value ="#v#">Item two
del<input type ="checkbox" value ="#v#">Item three
check all
</form
</cfoutput>