Track Order

<div style="margin-top: 10px; margin-bottom: 20px;"><!--Tracking numbelinput box,--> <input class="Form Input" type="text" placeholder="Enteryour number" id="YQNum" maxlength="50" style="width: 100%; height:57px,"/><!--The button is used to call script method.--> <inputclass="Button" style="background: #000; border-radius: 0; width: 100%;height: 50px; margin-left: Opx; color: #fff:" type="button" value="TRACKonclick="doTrack("/><!--Container to display the tracking result.-->
<div id="YQContainer"></div>
<!--Script code can be put in the bottom of the page, wait until the page isoaced then execute.-->
<script type="text/javascript'
src="//www.17track,net/externalcall.js"></script>
<script type="text/javascript">//<![CDATA[
function doTrack({
var num= document.getElementByld("YQNum").value,if(num===""){
alert("Enter your number.");
return;
YQV5.trackSingle({
//Required, Specify the container lD of the carrier content.
YQ Containerld:"YQContainer"
//Optional, specify tracking result height, max height 800px, default is560px.
YQ Height:560.
//Optional, select carrier, default to auto identify.YQ_ Fc:"0釋詫拦洄邀
//Optional, specify Ul language, default language is automaticallydetected based on the browser settings.
yQ Lang:"en",
//Required, specify the number needed to be tracked,
YO Num:num
H:
// ]]></script>
</div>