miaozilong Posted March 7, 2013 Posted March 7, 2013 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 ????
JohnOne Posted March 7, 2013 Posted March 7, 2013 1 minute post bump, might be a new record. Use _IEAttach() function instead of the ObjGet you're using. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now