Mokles,
 
When you are building your checkboxes, also build a hidden control that has the 
description. Name it the same as value of your corresponding checkbox.  This this:
 
 <input  type="checkbox"  value="GPG040602155857107"  
name="PremGrading"> MLP PREMIUM PLUS  - Ontario
<input type="hidden" name="GPG040602155857107" value="MLP PREMIUM PLUS  - Ontario">
 
When you get the value of your checkbox (ex: GPG040602155857107), do a request.form on 
this name and you can then get the value of the hidden control with the description.
 
Mark 

moklesurr <[EMAIL PROTECTED]> wrote:
Hi all,
I have a form that has some checkboxes, as in the following code:

      <input  type="checkbox"  value="GPG040602155857107"  
name="PremGrading"  > MLP PREMIUM PLUS  - Ontario<BR>
      <input  type="checkbox"  value="MYB040602155857123"  
name="PremGrading"  > MLP Premium PLUS rev.2003 - mlp base<BR>
      <input  type="checkbox"  value="WDT040602155857140"  
name="PremGrading"  > MLPPREMPLU+2.00S - Qmp2<BR>

The value and descriptions come from a database. The user can select 
any number of choices from the checkbox list. 

After the form is submitted, I would like to capture both the values 
and the descriptions of the choices selected in the next page. I can 
get the values in request colloection. How do I get the descriptions?

Any help will be highly appreciated.

Thanks,
Mokles





---------------------------------------------------------------------    
Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
Post       : [EMAIL PROTECTED]
Subscribe  : [EMAIL PROTECTED]
Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 


Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/active-server-pages/
  
   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


                
---------------------------------
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to