Skip to content

Instantly share code, notes, and snippets.

@yhdesai
Created November 12, 2018 02:30
Show Gist options
  • Save yhdesai/bf832abc9aabba26456b57e4a0282e1d to your computer and use it in GitHub Desktop.
Save yhdesai/bf832abc9aabba26456b57e4a0282e1d to your computer and use it in GitHub Desktop.
track html
<!--Tracking number input box.-->
<input type="text" id="YQNum" maxlength="50"/>
<!--The button is used to call script method.-->
<input type="button" value="TRACK" onclick="doTrack()"/>
<!--Container to display the tracking result.-->
<div id="YQContainer"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment