I want to be able to track UPS packages from our site.
I managed to get the correct URL but I need to add the tracking number from our database.
In my code below I get and error on UPS's web site because it is only passing everything up to the
& <%=RS2("tracknum"%>
What is the correct syntax to concatenate a HREF together?
<p><a href=" & <%=RS2("tracknum"%> & "&track.x=34&track.y=10">track me</a></p>
---------------
Also I would like to call this page which is trackups.asp and have it look up the =RS2("tracknum" and just go ahead and open the Href without having to click something else.
In other words I just need the HTML code to force my .ASP to open and passs the tracking number too.
TIA DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
I managed to get the correct URL but I need to add the tracking number from our database.
In my code below I get and error on UPS's web site because it is only passing everything up to the
& <%=RS2("tracknum"%>
What is the correct syntax to concatenate a HREF together?
<p><a href=" & <%=RS2("tracknum"%> & "&track.x=34&track.y=10">track me</a></p>
---------------
Also I would like to call this page which is trackups.asp and have it look up the =RS2("tracknum" and just go ahead and open the Href without having to click something else.
In other words I just need the HTML code to force my .ASP to open and passs the tracking number too.
TIA DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive