Jump to content

Pulling Body Text out of downloaded HTML without browser window opening?


orange
 Share

Recommended Posts

This should be so simple, and I just can't find it here.

It seems as though in order to use IE.au3 I have to create an instance of internet explorer.

Basically what I want to do is take the text from a web page and use that information in a program that I am writing.

Is there a simple way to do this without parsing each line individually with a line like this:

stringmid($tempstring,stringinstr($tempstring,">","",4)+1,stringinstr($tempstring,"<","",2)-stringinstr($tempstring,">","",4)-1)

Please tell me that I am missing something obvious.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...