I am calling the same page over and over.
I want to be able to get the value out of a hidden text box on that page.
------------------- Here is my code ----------------------
<html>
<%@ Language=VBScript %>
<head>
<title>test</title>
</head>
<body>
<a href="#" onclick="window.open('</body>
</html>
--------------------------------
This is part of waht is returned
------------------------------
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1">
<TITLE>UPS Package Tracking</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFCC" TEXT="#333333" LINK="#0033CC" ALINK="#3399FF" VLINK="#990000">
<FORM ACTION=" METHOD="POST"><A NAME="top"></A>
<INPUT TYPE="HIDDEN" NAME="TypeOfInquiryNumber" VALUE="R">
<INPUT TYPE="HIDDEN" NAME="HTMLVersion" VALUE="4.0">
<INPUT TYPE="HIDDEN" NAME="InquiryNumber" VALUE="PO-2101">
<INPUT TYPE="HIDDEN" NAME="ReferenceNumber" VALUE="PO-2101">
<INPUT TYPE="HIDDEN" NAME="SenderShipperNumber" VALUE="367045">
<INPUT TYPE="HIDDEN" NAME="sort_by" VALUE="status">
<INPUT TYPE="HIDDEN" NAME="line1" VALUE="1Z3670451550845123,...
...
-----------------------------
I want to be able to get the left 18 characters which is "1Z3670451550845123" the shipping number out of "line1" the last text box shown above.
any Ideas????
TIA DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
I want to be able to get the value out of a hidden text box on that page.
------------------- Here is my code ----------------------
<html>
<%@ Language=VBScript %>
<head>
<title>test</title>
</head>
<body>
<a href="#" onclick="window.open('</body>
</html>
--------------------------------
This is part of waht is returned
------------------------------
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1">
<TITLE>UPS Package Tracking</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFCC" TEXT="#333333" LINK="#0033CC" ALINK="#3399FF" VLINK="#990000">
<FORM ACTION=" METHOD="POST"><A NAME="top"></A>
<INPUT TYPE="HIDDEN" NAME="TypeOfInquiryNumber" VALUE="R">
<INPUT TYPE="HIDDEN" NAME="HTMLVersion" VALUE="4.0">
<INPUT TYPE="HIDDEN" NAME="InquiryNumber" VALUE="PO-2101">
<INPUT TYPE="HIDDEN" NAME="ReferenceNumber" VALUE="PO-2101">
<INPUT TYPE="HIDDEN" NAME="SenderShipperNumber" VALUE="367045">
<INPUT TYPE="HIDDEN" NAME="sort_by" VALUE="status">
<INPUT TYPE="HIDDEN" NAME="line1" VALUE="1Z3670451550845123,...
...
-----------------------------
I want to be able to get the left 18 characters which is "1Z3670451550845123" the shipping number out of "line1" the last text box shown above.
any Ideas????
TIA DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive