Track Order

<div style="text-align: center;">Enter your tracking number here to see your order status.</div>
<p><br></p>
<div style="text-align: center;">
<input type="text" id="YQNum" maxlength="50" style="padding: 10px; width: 250px; font-size: 16px; border: 1px solid #ccc; border-radius: 5px;"> <input type="button" value="TRACK" style="padding: 10px 20px; font-size: 16px; background-color: #4A301A; color: #fff; border: none; border-radius: 5px; cursor: pointer;">
</div>
<div id="YQContainer" style="margin-top: 20px;"></div>
<!--Script code can be put in the bottom of the page, wait until the page is loaded then execute.-->
<p><script type="text/javascript" src="//www.17track.net/externalcall.js"></script> <script type="text/javascript">
// <![CDATA[
function doTrack() {
    var num = document.getElementById("YQNum").value;
    if(num === ""){
        alert("Enter your number."); 
        return;
    }
    YQV5.trackSingle({
        YQ_ContainerId: "YQContainer",
        YQ_Height: 560,
        YQ_Fc: "0",
        YQ_Lang: "en",
        YQ_Num: num
    });
}
// ]]>
</script></p>