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