Click to See Complete Forum and Search --> : Checkboxes


Anon
03-10-2002, 10:45 AM
Hi,

I have a page that generates dynamic checkboxes which represent different products. The codes follow a standard pattern of:

LLNN

Where L is a letter and N a number. There a hundreds of codes. When a use selects several checkboxes I get a query string something like:

?AA12=on&BB34=on etc...

Obviously, there could be a variable number of checkboxes selected.

What I'd like to know is how do I extract the product codes that have been selected from the query string?

Thanks in advance...

Cheers

Paul