Hi,
I want to beable to select an option in a select by the value that has been gotten from the session is this possible? So eg in my list:
Book
Conference
Journal
And for example book was in the session so it selects the book in the drop down menu.
Thanks in Advance
Dean
...
I have a web page with several HTML Select controls that all allow multiple selection. Next to each control we have a "Clear" button that de-selects all selected items in the control, with the onclick that looks something like this:
<input type=button value="Clear" size=5 onclick="selectOptions('n.MyControl', false)">
The called Java...
How can i get the number of items(option) in a HTML select box in jQuery ?
...