Jump to content

Closing specific IE browser tabs?


4b0082
 Share

Go to solution Solved by SmOke_N,

Recommended Posts

Because IENavigate has issues with loading new pages and I can't find any way to get this to work properly, I'm using $oIE.Navigate2 to spawn new tabs into my already existing instance of IE. Now I need to know how to make _IEDocReadHTML read from the new tab, and I need to know how to close "about:blank".

Any suggestions?

Local $oIE = _IECreate("about:blank", 0, 1)
   $oIE.Navigate2("http://website.com", 0x1000)
   Local $sData = _IEDocReadHTML($oIE)
Edited by 4b0082
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...