Track Your Order Code Htmal

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Track Your Order

<div class="page__content rte">


<div class="page__content rte">
<div class="container container--narrow"><header class="page__header page__header--
centered">
<h1 class="page__title heading h1">Track Order</h1>
</header>
<div class="page__content rte"><!--description-->
<div style="text-align: center;">Enter your tracking number to see the order
status</div>
<br />
<div style="text-align: center;">
<div style="text-align: center;"><!--box settings--></div>
</div>
</div>
</div>
</div>
</div>
<style><!--
input[type=text]{
Width: 100%;
Color:#000000;
Border: 2px solid #aaa;
Border-radius:4px;
Border-color:#000000;
Margin:8px 0;
Outline:none;
Padding: 8px;
Box-sizing:boder-box;
Transition: .3;
}
--></style>
<div class="page__content rte"><main id="main" role="main">
<div class="container container--narrow">
<div class="page__content rte">
<div style="text-align: center;"><!--box text--> <input type="text" id="YQNum"
maxlength="50" /> <br /> <br /> <!--button colors and text--> <input type="button"
style="background-color: #000000; border-color: #2f312e; color: #24ace4;"
value="TRACK ORDER" onclick="doTrack()" /></div>
<div id="YQContainer"></div>
<!--17Track Script-->
<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({
//Required, Specify the container ID of the carrier content.
YQ_ContainerId:"YQContainer",
//Optional, specify tracking result height, max height 800px, default is
560px.
YQ_Height:560,
//Optional, select carrier, default to auto identify.
YQ_Fc:"0",
//Optional, specify UI language, default language is automatically detected
based on the browser settings.
YQ_Lang:"en",
//Required, specify the number needed to be tracked.
YQ_Num:num
});
}
// ]]></script>
</div>
</div>
</main></div>

You might also like