I'm using a select element on my html page.

Lets say its called cboPriority.

How do I move the value of this element into a temporary field ? I want to store the text that is displayed on screen for the user, not the index number or anything like that.

I tried using the 'VALUE' attribute, but that always appears empty.


TIA.