Gif Posted July 8, 2007 Posted July 8, 2007 (edited) is there any way to get the url of the ie?e.g. if i do this:$URL = _IECreate("www.google.com", 0, 0, 1, -1)then i set the data of the input and click Search, now how can i get the current url of IE?PS: im not working on GoogleEDI:once again i found the solution right after i posted... will be more carefull in the futureEDIT2:sorry just saw your post, yes this is what i just found and thanks for helping anyway Edited July 8, 2007 by c4nm7
Valuater Posted July 8, 2007 Posted July 8, 2007 #include <IE.au3> _IEPropertyGet ( ByRef $o_object, $s_property ) Parameters $o_object Object variable of an InternetExplorer.Application or DOM element $s_property Property selection (see remarks)"locationurl" Retrieves the URL of the resource that Internet Explorer is currently displaying.8)
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