Track Your Order

<h1>Track Your Order Now</h1><!– –><form action="path-to-redirection-script" method="GET" target="_blank"<!– –> onsubmit="window.open(this.elements['foo'].value); return false;"><!– –><label>Name</label><!– –><input type="text" value="" /><!– –><label>Tracking Code</label><!– –><input type="text" value="" /><!– –><label>Logistics</label><!– –> <select name="foo" size="1"><!– –> <option value="https://www.bluedart.com/">Bluedart</option><!– –><option value="https://www.dpdlocal.co.uk">DPD Local</option><!– –> </select><!– –> <input class="t-btn" type="submit" value="Track Now"><!– –></form>