View Full Version : Importing from html page


murga_wilddog
04-12-2005, 04:28 AM
HI .

I have a problem thats over my head.

I use vbs to download the page from a certain URL.In order to import data I go to get external data ,html format.Wizard shows that there are 5 different tables whithin the page.I need only one of them ,and more important I need it automaticly imported everytime I open my DB.

Tnx in advance

I've visited a few forums didnt get an answer.
Here is the URL : http://www.nbs.yu/kl/today.php?vrsta=3

ByteMyzer
04-12-2005, 04:02 PM
Have you tried importing the data from XML format? That is to say, try downloading the page from the following dynamically-created URL (the dynamically generated part, the date, appears in boldface):

http://www.nbs.yu/kl/export/?datum=13.04.2005.&vrsta=3&format=XML

...then importing the XML?