Jump to content

[HELP] Set $oIE = [activepage]


Recommended Posts

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
Link to comment
Share on other sites

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

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...