Forums
This topic is locked
Assign two values to a list menu question?
Posted 25 Nov 2003 15:21:29
1
has voted
25 Nov 2003 15:21:29 Russell Marshall posted:
Is it possible to assign two values to each list menu label.I am working on a travel site where there is a single person supplement of £175.
I would like data contained in the list menu as follows
Label ValueNum ValueSupp
1 Person 1 175
2 People 2 0
3 people 3 0
4 People 4 0
ect
I would then like to submit the 2 values as seperate form variables mnu_ValueNum and mnu_ValueSupp to be displayed on the following page using <%=Request.Form("mnu_ValueNum"


They can then be included in hidden form fields to be inserted in the database.
Does any one know howthis is done?
Many thanks
Davrus
Russell