I'm trying to make an HTML page that displays a table (that has overlapping cells), that is taken from a url. The url has an html table of stock quotes, but has lots of ads and other junk.
I only want to see the table when I open up my html page. What is the easiest way to do this in Javascript?
I only want to see the table when I open up my html page. What is the easiest way to do this in Javascript?