Needed some help with writing a script that basically changes the country drop down from US to Canada when a Canadian Provence is chosen. Here is my HTML below. Is this possible?
<div class="content_cart">
<h2>Ship to Address</h2>
<p style="margin: 0px;">Please note we can not ship to a PO Box.</p> <table id="cart2" width="398" border="0" cellpadding="3" onsubmit="return validateForm();">
Needed some help with writing a script that basically changes the country drop down from US to Canada when a Canadian Provence is chosen. Here is my HTML below. Is this possible?