Imbuter2000 Posted March 9, 2013 Posted March 9, 2013 (edited) I attached my AutoIT script to an IE page using the function _IEAttach and the user is still able to change that IE page. How can my script efficiently detect when the IE page changes (when the locationurl changes or even better when the document html changes even if the url remained the same)? Edited March 9, 2013 by Imbuter2000
JohnOne Posted March 9, 2013 Posted March 9, 2013 By checking the "locationurl" has changed or the "document html" has changed.I believe you answered your own question.Search them both in help file. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Imbuter2000 Posted March 9, 2013 Author Posted March 9, 2013 By checking the "locationurl" has changed or the "document html" has changed.I believe you answered your own question.Search them both in help file.but... to read the document html and compare it to the previous one in a tight loop doesn't seem "efficient" to me. so there isn't a way to see the change as Event?
JohnOne Posted March 9, 2013 Posted March 9, 2013 There are plenty of IE events. If I were looking for an "ie event", I'd probably search the help file for "ie event". Turns out that the help file is a bit of help sometimes. 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