CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Jun 2007
    Location
    California
    Posts
    136

    [Resolved]"Copy" a HTML page

    Hi all,

    I want to parse a webpage and extract relevent data from it. My current approach is to download the source of the webpage (HTML codes), then use some keywords to extract the necessary information. However, this just doesn't seem to be the best solution to me.

    Is there a way to download the "displayed page" instead of the HTML code?

    Thank you,
    kab
    Last edited by kabilius; March 15th, 2011 at 06:08 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured