Jump to content

why cannot me get the url of the opened IE


Recommended Posts

How to get the URL of IE opened

and this is the scripts of mine

----------------------------------------------

#include<ie.au3>

$oIE=ObjGet("","IEXPLORE.exe.IEFrame")

$url=_IEPropertyGet ($oIE, "locationurl")

MsgBox(0,"notice",$url)

------------------------------------------------

and the result is always "0"

that's why ????

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