get data from asp page

Posted by sam on Stack Overflow See other posts from Stack Overflow or by sam
Published on 2010-06-17T14:08:14Z Indexed on 2010/06/17 14:13 UTC
Read the original article Hit count: 257

Filed under:
|
|
|
|

I am wondering if there is anyway to grab the html that is generated from an ASP page. I am trying to pull a table from the page, and I foolishly used a static html page so I would not have to be constantly querying the server where this page resides while I tested out my code. The javascript code I wrote to grab to unlabeled table from the page works. Then when I put it into practice with the real page and found that the ASP page does not generate a viewable page with a jquery .get request on the URL.

Is there any way to query the page for the table I need so that the ASP page returns a valid page on request?

(I am also limited to using javascript and perl for this, the server where this will reside will not run php and I have no desire to learn ASP.NET to solve this by adding to the issue of proprietary software)

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript