Jump to content

Recommended Posts

Posted

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!

Posted (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 by egymma

[center][/center]My Projects:-[list][*]Window Ender[*]Encryptor-Decryptor[/list]

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
  • Recently Browsing   0 members

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