How to display a table (and only a table) taken from a url, in javascript?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Raffy
    New Member
    • Nov 2010
    • 1

    How to display a table (and only a table) taken from a url, in javascript?

    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?
Working...