Hi,
I have an ASP page with a form and the following code:
..... type=Radio Checked name=selectseri al value=" &
RS("PSL_F_Seria l").....
Tis will carry over the value of RS("PSL_F_Seria l"), but I also have
another value which needs to be carried (2 values per radio button),
RS("PSL_L_Seria l").
Can I send two sets of data this way, if so, how?
If this is possible, on the next page, how can I retrieve both values
into seperate variables ?
Appreciate your help
David
I have an ASP page with a form and the following code:
..... type=Radio Checked name=selectseri al value=" &
RS("PSL_F_Seria l").....
Tis will carry over the value of RS("PSL_F_Seria l"), but I also have
another value which needs to be carried (2 values per radio button),
RS("PSL_L_Seria l").
Can I send two sets of data this way, if so, how?
If this is possible, on the next page, how can I retrieve both values
into seperate variables ?
Appreciate your help
David
Comment