Results 1 to 25 of 25

Thread: Shot in the dark... CASE RE-OPENED

Threaded View

  1. #1

    Thread Starter
    Fanatic Member coox's Avatar
    Join Date
    Oct 1999
    Posts
    550

    Resolved Shot in the dark... CASE RE-OPENED

    This is a really vague question, so apologies to all you wunnerful people!

    Company I work for has a shipment tracking website with a field where you pop in a shipment number, hit enter and another page pops up showing the various "milestones". Looks like I'm going to be tracking a number of these beasties in the future, so I'm wondering, is there anyway I could knock up a little VB app that would automatically submit the shipment numbers to the page and then grab the resulting info?

    The page with the search field on ends ".asp" and the results page (which opens in another IE instance) ends with ".exe". Would the bit I stole from the search page below be of any use?
    HTML Code:
    <form ACTION="../Cgi-Bin/TSCGI.exe" METHOD="POST" NAME="TrackIT" TARGET="Result">
     <tr>
      <td width="50"></td>
      <td ><H1> Package ID:</H1>
       <input  TYPE="text" SIZE="23" MAXLENGTH="20" NAME="ShipmentReference" />
       <input class="button" TYPE="submit" NAME="Search" VALUE="Search" />
      </td>	
     </tr>
    </form>
    Last edited by coox; Jun 30th, 2006 at 03:43 AM.
    Nick Cook
    VB6 (SP6)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width