M
Mel Smith
Dear Friends:
I'm a fairly new 'newbie' (using IE 7) and getting a bit more
knowledgable of HTML and have a good thick book on Javascript, and wanting
to start up a website with Apache 2.2.9 over the next few months
Situation:
I visited a favored website yesterday and viewed a big table presented
on it. I'm very interested in getting the Table data (150 rows, and six
columns) downloaded to my machine and into a database.
So, anyway, I then saved the source for the page, and then viewed it
with my editor , but the data from the table was *not* present in the source
code -- even though it was dispalyed in my browser window
Further investigation told me that Javascript was being used to
re-access the server and show that big table.
Problem: I *see* the table data on the screen, but *how* can I save what I
see to a text file ??
(btw, when I can do this, it is straightforward to parse the text file for
the needed rows and columns and place them in a database.)
(another btw, I'm starting to learn a bit about DOM but will probable have
to learn a lot more_
TIA,
I'm a fairly new 'newbie' (using IE 7) and getting a bit more
knowledgable of HTML and have a good thick book on Javascript, and wanting
to start up a website with Apache 2.2.9 over the next few months
Situation:
I visited a favored website yesterday and viewed a big table presented
on it. I'm very interested in getting the Table data (150 rows, and six
columns) downloaded to my machine and into a database.
So, anyway, I then saved the source for the page, and then viewed it
with my editor , but the data from the table was *not* present in the source
code -- even though it was dispalyed in my browser window
Further investigation told me that Javascript was being used to
re-access the server and show that big table.
Problem: I *see* the table data on the screen, but *how* can I save what I
see to a text file ??
(btw, when I can do this, it is straightforward to parse the text file for
the needed rows and columns and place them in a database.)
(another btw, I'm starting to learn a bit about DOM but will probable have
to learn a lot more_
TIA,