stampy Posted December 18, 2006 Share Posted December 18, 2006 I am trying to read the address in the address bar for ie (firefox would be nice too). I've been requested to create something that will detect if a page goes offline. Apparently the page then gets re-directed to a different page that I should be able to read from the address bar. Might be possible to read from the page itself but I'm not sure at this point. However I've looked through the forum and the help file... I can't seem to just read the address that I'm re-directed to. Any help is appreciated. Thanks. Link to comment Share on other sites More sharing options...
mikehunt114 Posted December 18, 2006 Share Posted December 18, 2006 Have you looked at the IE.au3 library by DaleHohm? It is included with the latest release. I believe you are looking for the _IEPropertyGet function. IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font] Link to comment Share on other sites More sharing options...
stampy Posted December 18, 2006 Author Share Posted December 18, 2006 Have you looked at the IE.au3 library by DaleHohm? It is included with the latest release. I believe you are looking for the _IEPropertyGet function.I had actually looked at ie.au3 but not that function. I have never used ie.au3.Thanks I'll give it a shot. Link to comment Share on other sites More sharing options...
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