menu) in Javascript? I have a drop down list with the numbers 0 to 10 available to select, and when the user clicks a button at the bottom of the form, i want to multiply that number they selected by, lets say 10, what would i call the number selected from the list in Javascript code?
I'm quite familiar with
vb, and in
vb i used "listname".text to get the value in the selected index...
I've just started using Javascript because the site im working on does not use asp, and the server it is on is a php server, not a microsoft server.
Your help will be appreciated, and code examples would be awesome...
Thanks