Hi,

Is there a way to check or display to an action page how many checkboxes where 
selected from the below loop? 

<form action="actDirectoryUpdate.cfm?varAnchor=books" method="post">

                <input type="button" value="SelectAll" name="Select_All_OMITDIR" 
OnClick="SelectAll('Omit');">
                <input type="button" value="ClearAll" name="Clear_All_OMITDIR" 
OnClick="ClearAll('Omit');">
                <input type=submit name=submit value="Update">

                <cfloop index=dir_name list="#full_directory_list#">
<input type="Checkbox" value="#dir_name#" name="Dir_Access">
</cfloop>

</form>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to