USPS Tracking number link url - html sample code

If you have the USPS Tracking Number and want to put a direct link for users on your website to click and see the tracking details then put the following code your web page and merge the tracking number

Example Code for USPS Tracking

<a href="https://tools.usps.com/go/TrackConfirmAction_input?strOrigTrackNum={tracking_number}"  
 target="_blank">
        {tracking_number}
</a>
Replace {tracking_number} with actual USPS tracking Number

No comments:

Post a Comment

NO JUNK, Please try to keep this clean and related to the topic at hand.
Comments are for users to ask questions, collaborate or improve on existing.