%
'This code is copyright (c) Internet Business Solutions SL, all rights reserved.
'The contents of this file are protect under law as the intellectual property
'of Internet Business Solutions SL. Any use, reproduction, disclosure or copying
'of any kind without the express and written permission of Internet Business
'Solutions SL is forbidden.
'Author: Vince Reid, vince@virtualred.net
Dim netnav
netnav = true
if instr(Request.ServerVariables("HTTP_USER_AGENT"), "compatible") > 0 OR instr(Request.ServerVariables("HTTP_USER_AGENT"), "Gecko") > 0 then netnav = false
function atb(size)
if netnav then
atb = CInt(size / 2 + 1)
else
atb = size
end if
end function
Set rs = Server.CreateObject("ADODB.RecordSet")
Set cnn=Server.CreateObject("ADODB.Connection")
cnn.open sDSN
alreadygotadmin = getadminsettings()
%>
|
||||
| Shipper Number | <%=shipperNo%> | |||
| Service Description | <%=serviceDesc%> | |||
| Shipper Address | <%=shipperaddress%> | |||
| Ship-To Address | <%=shiptoaddress%> | |||
| Sched. Delivery Date | <%=DateSerial(Left(scheduleddeliverydate,4),Mid(scheduleddeliverydate,5,2),Mid(scheduleddeliverydate,7,2)) %> | |||
| ReSched. Delivery Date | <%=DateSerial(Left(rescheddeliverydate,4),Mid(rescheddeliverydate,5,2),Mid(rescheddeliverydate,7,2)) %> | |||
| Note | Your package is in the UPS system and has a rescheduled delivery date of <%=DateSerial(Left(rescheddeliverydate,4),Mid(rescheddeliverydate,5,2),Mid(rescheddeliverydate,7,2)) %> | |||
| Location | Description | Date / Time |
| ><% if lastloc=activityList(index,0) then
response.write " "" " else response.write activityList(index,0) lastloc = activityList(index,0) end if %> |
><% response.write activityList(index,4)
if activityList(index,1)<>"" then response.write " Signed By : " & activityList(index,1) %> |
><%=DateSerial(Left(activityList(index,6),4),Mid(activityList(index,6),5,2),Mid(activityList(index,6),7,2))%> <%=TimeSerial(Left(activityList(index,7),2),Mid(activityList(index,7),3,2),Mid(activityList(index,7),5,2))%> |
| UPS Tracking returned the following error : <%=errormsg%> |
|