I have a select statement that redirects to a different page when it is created.
I know this is not the best way of doing forms but this is the way I have to do it.
I am having problems adding the selected item from the select box to add it to the url.
As is now, the onchange part works and i get redirected; but the value for stateId in stateSearch.jsp is literally "this.options[this.selectedIndex].value"
as opposed to be the actual selected value.
Any Ideas on how I can fix this?
11-24-2010, 01:51 PM
thraddash
Move the select elements value out of the string...