Change the FORM METHOD attribute from "post" to "get".

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


> -----Original Message-----
> From: Bushy [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 07, 2003 11:11 AM
> To: CF-Talk
> Subject: Passing results from <input> to another template via URL
>
>
> Hi,
>
> I have a <form> where I'm listing a bunch of check boxes. I want
> to be able to pass the results of the checkboxes (how many
> checked) to my template via a URL.
> How can I do this? Here is what I have.
>
> <table width="100%" cellpadding="0" cellspacing="0" border="0">
> <form action="Update.cfm?varAnchor=#FORM.Dir_Access#" method="post">
>
>               <cfloop index=dir_name list="#full_directory_list#">
>               <cfif listLast(dir_name, "\") NEQ "books">
>                       <cfif findnocase("books",dir_name,1)>
>                               <cfif columnmode EQ 1>
>                                       <tr valign="top">
>                               </cfif>
>                               <td class="wdirlinks">
>                                       <table cellpadding="0"
> cellspacing="0" border="0">
>                                               <tr valign="top">
>                                                       <td
> class="wdirlinks" valign="top">
>                                                       <input
> type="Checkbox" value="#dir_name#" name="Dir_Access" <CFIF
> LISTCONTAINS(qGetData.strShowMe,dir_name,",")>Checked</CFIF>></td>
>                                                       <td
> class="wdirlinks">#listLast(dir_name, "\")#</td>
>                                               </tr>
>                                       </table>
>                               </td>
>                               <cfif columnmode MOD 5 EQ 0>
>                                       <tr>
>                               </cfif>
>                               <cfset columnmode = columnmode + 1>
>                       </cfif>
>               </cfif>
>               </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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

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

Reply via email to