I have a select list, if the user selects a certain option I need the page to immediately redirect (staying in same window).
I'm not great with javascript but thought this would work on the option
but it doesn`t. All other values are to act just like a usual select element and be submitted when the form is submitted but if they select 7 I need an immediate redirect.
Thanks for any help
I'm not great with javascript but thought this would work on the option
Code:
<option value='7' onSelect="window.location='[URL unfurl="true"]http://www.mysite.com'">7</option>[/URL]
but it doesn`t. All other values are to act just like a usual select element and be submitted when the form is submitted but if they select 7 I need an immediate redirect.
Thanks for any help