iunology
11-04-2003, 06:33 PM
Please Help
I have a drop down list/menu. I need to place an onchange function pointing to a url“ON THE SELECTED OPTION VALUE” .
Example
<option value = “Monday”>Monday</option>
<option value = “Tuesday”>Tuesday</option>
When the user select “Monday” (onchange) a popup will inform them that they are going to “url” on close of the popup they will automatically go to a specified url.
The catch....I need to place the redirect on some but not all of the options. (i.e. if they select Monday, they will go to a url, however if they select Tuesday, they will stay and continue filling in the form.
Specifically, some options will need to user to fillout another form, so when they select that option, I need them to go to another url. Other wise they will pass through.
Please Help.
I have a drop down list/menu. I need to place an onchange function pointing to a url“ON THE SELECTED OPTION VALUE” .
Example
<option value = “Monday”>Monday</option>
<option value = “Tuesday”>Tuesday</option>
When the user select “Monday” (onchange) a popup will inform them that they are going to “url” on close of the popup they will automatically go to a specified url.
The catch....I need to place the redirect on some but not all of the options. (i.e. if they select Monday, they will go to a url, however if they select Tuesday, they will stay and continue filling in the form.
Specifically, some options will need to user to fillout another form, so when they select that option, I need them to go to another url. Other wise they will pass through.
Please Help.