Hi i want to change the path of the URL when the drop-down box is changed on my page.
<select id="SelectLocation" class="large" data-bind="value: StoreLocationSelected" >
<option value="0" label="choose one"></option>
<option>1</option>
<option>1</option>
<option>1</option>
<option>1</option>
</select>
When the option is changed on the drop-down i want the page to re-load with the relevant URL path i have asked it to. Any suggestions?
Thanks