Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Drop down menu - finding out how many on page


Message #1 by "philip smith" <rooroo3@h...> on Fri, 19 Apr 2002 14:21:25
> Could you be more specific ? please
because in ASP
this "menu=green&menu=red"
is like an array but
I Don't now your tecnology on the server side

cheers

Yes it is ASP - I am actually sending the form using post method

Because the original names on the dropdowns have been swapped to ids
I tried this to see what would happen

objRS("Color_of_car") = Request.Form("menu") '//lets say user select red 
on form
objRS("Color_of_house") = Request.Form("menu") '//lets say user selects 
green on form.

What i get in the access dbase is

Colour_of_Car -> red, green
Colour_of_house -> red, green

Cheers Phil

  Return to Index