Skip to main content
July 5, 2007
Answered

Screen scape

  • July 5, 2007
  • 2 replies
  • 357 views
Isn't there a tag in MX 7 that will perform screen scapes? Thanks!
    This topic has been closed for replies.
    Correct answer craigkaminsky
    You can use cfhttp to grab an entire web page:
    <cfhttp url=" http://www.mysite.com/mypage.htm" resolveurl="yes"/>
    <cfdump var="#cfhttp.FileContent#"/>

    2 replies

    Inspiring
    July 5, 2007
    wendelyn4 wrote:
    > Isn't there a tag in MX 7 that will perform screen scapes? Thanks!

    What kind of screen scraping are you talking about?
    craigkaminskyCorrect answer
    Inspiring
    July 5, 2007
    You can use cfhttp to grab an entire web page:
    <cfhttp url=" http://www.mysite.com/mypage.htm" resolveurl="yes"/>
    <cfdump var="#cfhttp.FileContent#"/>