Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Here's a brain teaser! Automate data retireval

Status
Not open for further replies.

BigToeCat

Programmer
Oct 12, 2003
6
GB
I donwload stats on a daily basis. These stats are variable in quantity each day. To get the stats I click on one of several hyperlinks that runs the following code:

javascript:OpenWindowNew('
The stats appear in a new window and I just copy and paste to a TXT file and my code imports it. This can be tedious as there are several stats each day, however the id no. is sequential. How can I automate this process?
Please note I have no control over the actual web site which requires me to login.
 
Hi,

You could use a DTS package to import the data, then just schedule the DTS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top