[SOLVED] Track shipment |
9/20/2012 12:36:10 AM |
ASPRunnerPro General questions | |
Y
yahia author
Hello Dear admins and members |
|
![]() |
Admin 9/20/2012 |
Yahia, |
Y
|
yahia author 9/20/2012 |
Yahia, what would be the URL that displays tracking results for this container number (TCNU9657603)? When I'm trying to track this container number and then click on container number link I get "An error has occurred" error message.
|
![]() |
Admin 9/20/2012 |
I guess you didn't understand my question. |
Y
|
yahia author 9/21/2012 |
Thanks I am trying to understand |
Y
|
yahia author 9/21/2012 |
Yahia, what would be the URL that displays tracking results for this container number (TCNU9657603)? When I'm trying to track this container number and then click on container number link I get "An error has occurred" error message.
|
![]() |
Admin 9/21/2012 |
Makes better sense. Here is the sample for your URL: strValue = "<a href='http://www.shippingline.org/track/?container=" & strValue & "'>Track it</a>" |
Y
|
yahia author 9/21/2012 |
Makes better sense. Here is the sample for your URL: strValue = "<a href='http://www.shippingline.org/track/?container=" & strValue & "'>Track it</a>"
|
![]() |
Admin 9/22/2012 |
strValue = "<a target=_blank href='http://www.shippingline.org/track/?container=" & strValue & "'>" & strValue & "</a>" |
Y
|
yahia author 9/22/2012 |
Thanks a lot the code the most of i want but i still have two question : 1- the field appear all with the "track It" and can not see the Container No , i want the container number to be click able 2- the tracking result i want it to be opened in a new page .
|