ThomasQ Posted August 9, 2009 Posted August 9, 2009 Hi! I use the _IECreate function in one of my scripts a lot. For testing purposes I'd like to know how to, instead of creating a new IE, using an already opened IE.. Many thanks in advance!
Piyush Posted August 9, 2009 Posted August 9, 2009 I think you can use _IEAttach for your task. See the Help File For IEAttach Details in the UDF Section... [font="Comic Sans MS"][size="7"]Piyush.....[/size][/font][font="Palatino Linotype"][size="2"]Some Of My Scripts...Cool Font Generator Train Searcher and Tracer[/size][/font]
egymma Posted August 9, 2009 Posted August 9, 2009 (edited) if we say we have internet explorer window opened and it was google then you can use this #include <IE.au3> $oIE = _IEAttach ("Google") $sHTML = "<h1>Hello World!</h1>" _IEBodyWriteHTML ($oIE, $sHTML) good luck ----------------- P.S. i didnt see Piyush's post, and sorry for that >_< Edited August 9, 2009 by egymma [center][/center]My Projects:-[list][*]Window Ender[*]Encryptor-Decryptor[/list]
ThomasQ Posted August 9, 2009 Author Posted August 9, 2009 Allright! Thanks very much you guys! Using it as we speak!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now