SELECT: Refresh to URL Based on SELECT Option

Miva Knowledge Base
Want to start an online store? We work with you from start to finish, from commerce platform to design to SEO.
Experience counts, and we have a lot.
Important Notice: This information is for internal reference only. Use at your own risk.

SELECT: Refresh to URL Based on SELECT Option

Scot Ranney • October 09, 2025


This will refresh the page based on the url set in the option value. Same general idea as used in InTune when the customer selects a new pick from the dropdown.

<select onchange="document.location.href=this.value"> 
	<mvt:foreach iterator="item" array="itemlist">
		<option value="/Merchant5/merchant.mvc?Screen=PROD&Session_ID=&mvte:global:session_id&Product_Code=some_code">select me</option>
	</mvt:foreach>
</select>

https://www.scotsscripts.com/mvblog/select-refresh-to-url-based-on-select-option.html

mvkb_js mvkb_select mvkb_uri