Ting
|
Posted: 08/17/2004, 9:20 PM |
|
i'm having a problem in my javascript coding .. i want to have multiple checkbox which store different value for each of them .. user can check the checkbox they want and the value of the checked checkbox will be pass over to another page .. can you guys please show me the sample of doing this?
TQ
|
|
 |
Graham Pearson
|
Posted: 08/18/2004, 12:16 PM |
|
Set the value of the checkbox to the value you want and have all
checkbox's the same name, then you can parse a list of values and
update the database with the results. Having all checkbox's the same
on your result page will result in
checkbox_name=1,2,3,4,5,etc
8/17/2004 11:20:20 PM
Ting <Ting@forum.codecharge> wrote in message
<214122d904560cd@news.codecharge.com>
> i'm having a problem in my javascript coding .. i want to have
multiple checkbox
> which store different value for each of them .. user can check the
checkbox they
> want and the value of the checked checkbox will be pass over to
another page ..
> can you guys please show me the sample of doing this?
>
> TQ
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
---
Graham Pearson, System Administrator / Web Developer
Northern Indiana Educational Services Center
56535 Magnetic Drive, Mishawaka IN 46544
http://www.niesc.k12.in.us
|
|
 |
|