kevindmorgan
IS-IT--Management
Suppose I have a single web page with a single table on the page. Nothing else. Let's say the web page is at
The table has one row, and three columns. Inside each of the 3 cells of the table is a number.
How can I use Javascript to go out and "look" at those values and assign them to a variable, or perhaps, create an array with them.
I don't want to write the script IN the "myPage.htm" file...but rather "get" the info on that page from another page. I hope I explained this well enough, and thanks in advance for any help!
The table has one row, and three columns. Inside each of the 3 cells of the table is a number.
How can I use Javascript to go out and "look" at those values and assign them to a variable, or perhaps, create an array with them.
I don't want to write the script IN the "myPage.htm" file...but rather "get" the info on that page from another page. I hope I explained this well enough, and thanks in advance for any help!