Miva Merchant Development by Scot's Scripts

SELECT: Refresh to URL Based on SELECT Option

Miva Knowledge Base
SELECT: Refresh to URL Based on SELECT Option
Important Notice: This information is for internal reference only. Use at your own risk.
Does Google actually understand your Miva Merchant store? Our JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

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