Hi,
I'm using "index" as my value in my dropdown box which is populated from a column in a database and client-side javascript to navigate it.The javascript selects the selected-value depending on the index. Now my problem is when I want to send the selected-value to the database or request it to another page I only know how to refer to it's "value" not the selected value. Also Because this is client side scripting I don't know how to pass any relevent(or irrelavent)variables out of the script within the <head> tags and into the body of the page or calling page. I'm using Visual Interdev. Please help.