I have a web page that calls UPS WEB site to return the tracking information. On that page is the Reference 1 “PO-2101” which is our PO and the actual UPS tracking number “1Z blah blah blah”
The UPS tracking number is in a hidden text box on that page.
<INPUT TYPE="HIDDEN" NAME="line1" VALUE="1Z3670451550845123,313092b7c3014d7b00decd94f5622e1509202020,,2020202020202020202020202020202020202020,I,,20011020,065100,ANAHEIM,CA,US,,,,,,20011019,YORBA LINDA,CA,US,NEXT DAY AIR EARLY AM,,,1,20011022,,,,mpts,AR,,,,,,,,,,,2020202020202020202020202020202020202020202020202020202020202020202020,2020202020202020202020202020202020202020,,,,,,,,">
it’s the first 18 characters in text box "line1"
How can I get that value ???
By using a form.request????
Can someone assist in this??
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
The UPS tracking number is in a hidden text box on that page.
<INPUT TYPE="HIDDEN" NAME="line1" VALUE="1Z3670451550845123,313092b7c3014d7b00decd94f5622e1509202020,,2020202020202020202020202020202020202020,I,,20011020,065100,ANAHEIM,CA,US,,,,,,20011019,YORBA LINDA,CA,US,NEXT DAY AIR EARLY AM,,,1,20011022,,,,mpts,AR,,,,,,,,,,,2020202020202020202020202020202020202020202020202020202020202020202020,2020202020202020202020202020202020202020,,,,,,,,">
it’s the first 18 characters in text box "line1"
How can I get that value ???
By using a form.request????
Can someone assist in this??
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive