Results 1 to 6 of 6

Thread: [RESOLVED] Web Scrapping (getting output from the web)

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member JXDOS's Avatar
    Join Date
    Aug 2006
    Location
    Mars...
    Posts
    423

    Resolved [RESOLVED] Web Scrapping (getting output from the web)

    Hi,
    I am trying to extract some data from the webpage's element. Since it is based on the input I type in, the length of the output is different for every different input.

    The format of the data I am trying to extract is always as follows:

    <div id="result"><div style="padding:0.6em;">Vast</div></div>

    I want what ever word/phrase of any length that is between "0.6em;">" and "</div>"

    earlier methods I've used for inputs was WebBrowser1.Document.GetElementById("Text").SetAttribute("value", TextBox1.Text)

    I was wondering if there is something as simple for extracting the output.

    Thanks in advance
    Last edited by JXDOS; Feb 7th, 2011 at 07:30 AM.
    If my post has been helpful, please rate it!

Tags for this Thread

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