Jump to content

Recommended Posts

Posted

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

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
×
×
  • Create New...