Jump to content

Recommended Posts

Posted (edited)

I need advice. I need to read text from a Web page that you have open in your browser.

I do not need:

# include <IE.au3>

_IECreate ("MyPage", 1, 1, 0)

I need something like this:

# include <IE.au3>

$oIE = [activepage]

Do not know how to do this?

Sorry for my bad English.

Edited by Max2004
Posted

As the admiral said, you need IEAttach(), and that will give you a handle you can read from. Lookup in the helpfile the IE functions; they are well explained and will have everything you need to know.

ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search

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
×
×
  • Create New...