Video
Order Tracking
<h1 style="text-align: center;">Order Tracking</h1>
<style><!--
.limit-max{max-width: 970px; margin-right: auto; margin-left: auto; }
#YQNum{width:500px;height:50px;}
td{padding:10px 0;}
table{background:transparent;}
td{text-align:center;}
--></style>
<div></div>
<div class="limit-max">
<table border="0" whith="100%" valign="middle" align="center">
<tbody>
<tr>
<td align="center"><input type="text" id="YQNum" maxlength="100" placeholder="Enter tracking number" /></td>
</tr>
<tr>
<td align="center"><input class="btn" type="button" value="TRACK ORDER" onclick="doTrack()" /></td>
</tr>
</tbody>
</table>
<em>To check the status of your order, please enter the tracking number from the email we sent you to confirm your order into the text box above.</em><br />
<div id="YQContainer"></div>
</div>
<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({
//必须,指定承载内容的容器ID。
YQ_ContainerId:"YQContainer",
//可选,指定查询结果高度,最大为800px,默认为560px。
YQ_Height:560,
//可选,指定运输商,默认为自动识别。
YQ_Fc:"0",
//可选,指定UI语言,默认根据浏览器自动识别。
YQ_Lang:"en",
//必须,指定要查询的单号。
YQ_Num:num
});
}
// ]]></script>
<style><!--
.limit-max{max-width: 970px; margin-right: auto; margin-left: auto; }
#YQNum{width:500px;height:50px;}
td{padding:10px 0;}
table{background:transparent;}
td{text-align:center;}
--></style>
<div></div>
<div class="limit-max">
<table border="0" whith="100%" valign="middle" align="center">
<tbody>
<tr>
<td align="center"><input type="text" id="YQNum" maxlength="100" placeholder="Enter tracking number" /></td>
</tr>
<tr>
<td align="center"><input class="btn" type="button" value="TRACK ORDER" onclick="doTrack()" /></td>
</tr>
</tbody>
</table>
<em>To check the status of your order, please enter the tracking number from the email we sent you to confirm your order into the text box above.</em><br />
<div id="YQContainer"></div>
</div>
<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({
//必须,指定承载内容的容器ID。
YQ_ContainerId:"YQContainer",
//可选,指定查询结果高度,最大为800px,默认为560px。
YQ_Height:560,
//可选,指定运输商,默认为自动识别。
YQ_Fc:"0",
//可选,指定UI语言,默认根据浏览器自动识别。
YQ_Lang:"en",
//必须,指定要查询的单号。
YQ_Num:num
});
}
// ]]></script>