scraping content from iframe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pb

    scraping content from iframe

    Hi,

    I have as asp.net 2 web page that has an iframe. The content of this
    frame is a 2nd web page that contains a load of javascript. You play
    around with this 2nd web page to define certain things.

    What I need to do is to somehow scan the content of this embedded web
    page to extract data settings that can then be used in the code behind
    the ASP page. Is this possible, and if so, any pointers please on
    where to start.

    Cheers,

    Pb

  • alex

    #2
    Re: scraping content from iframe

    It can be easily done with SWExplorerAutom ation (http://
    webiussoft.com) .

    On Jun 1, 2:01 am, pb <philbrier...@h otmail.comwrote :
    Hi,
    >
    I have as asp.net 2webpage that has an iframe. The content of this
    frame is a 2ndwebpage that contains a load of javascript. You play
    around with this 2ndwebpage to define certain things.
    >
    What I need to do is to somehow scan the content of this embeddedweb
    page to extract data settings that can then be used in the code behind
    the ASP page. Is this possible, and if so, any pointers please on
    where to start.
    >
    Cheers,
    >
    Pb

    Comment

    Working...