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>




Reply With Quote