|
Question : how to link to a ups page for tracking info in wml
|
|
I have this code in wml/vbscript that shows the tracking number from our database. i want to be able to click on the number and link the page to mobile.ups.com. thats a ups wap site that people are able to use to track pakages. any ideas?? heres what i have so far bu the part is wrong
www.mobile.ups.com" method="post"> <---------------------------------------------
ShipmentInfo:
<% Response.Write doc.GetItemValue("track")(0) %> |
|
Answer : how to link to a ups page for tracking info in wml
|
|
I'm sorry but I don't code VBScript nor VBasic nor ASP. I suggest that you post your VB code in the VBScript area on this site and someone will help you converting it. You can then paste it into the place that I have shown.
|
|
|