DHL Tracking number link url - html sample code

If you have the DHL 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 DHL Tracking

<a href="http://www.dhl.com/en/express/tracking.html?AWB={tracking_number}&brand=DHL"  
 target="_blank">
        {tracking_number}
</a>

Replace {tracking_number} with actual DHL 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.