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>
mvkb_js mvkb_select mvkb_uri