This topic is locked
[SOLVED]

 Tracking Maersk

4/28/2012 4:15:37 AM
ASPRunnerPro General questions
Y
yahia author

Hello admins and members

In my application i have a table called "Containers" with a field is "Conteiner-No" I want to know if possible that when my customers click on " Container-No" firld to opens a new page with the Maerskline shippement tacking system of the container noumber in the field
the Maerskl;ine tracking page is http://www.maerskline.com/appmanager/maerskline/public?_nfpb=true&_nfls=false&_pageLabel=page_tracking3_trackSimple

Sergey Kornilov admin 4/29/2012

Sure, set 'View as' type of this field to 'Custom' and use the following syntax:

value = "< a href='http://www.maerskline.com/appmanager/maerskline/public?_nfpb=true&_nfls=false&_pageLabel=page_tracking3_trackSimple'>"; & value & "</a>"