Jump to content

How To use an already opened IE


Recommended Posts

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]

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