What happens when you output AB on the processing page Damo?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 26 May 2004 14:45
To: dev lists
Subject: [ cf-dev ] list in a url variable

I have a form with a number of checkboxes named AB
The form is set to GET, so all the parameters get sent in the URL. 

Now, when more than of the AB checkboxes are checked, the query string
includes it like so: AB=1&AB=2&AB=3 etc...

What I want to know is if you can get it to create the string as
AB=1,2,3 and so on.

The reason for this is that the processing page just wants to find the
url variable AB and check which id's it has in it.

At the moment I have a workaround where the query string goes
AB1=1&AB2=1&AB3=1 but it's a bit messy.

Any suggestions?

Thanks, Damien

-- 
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF
provided by activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]


-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to