glasglow Posted January 29, 2008 Posted January 29, 2008 (edited) Is it possible to wait for two page loads after a click? _IEAction ($oSubmit, "click") _IELoadWait ($ObjIE) I'm using this code, but it's not the next load I want, it goes to a page, then it loads fully at a processing script, then loads again. I want the script to wait until the second full page load. Is it possible? New Notes Added: After some experimenting I got to reading the addressbar.. is there a way to _IELoadWait [uNTIL Address Bar = something]? NEVER MIND ON THIS.. I used _IEattach and another _IELoadWait.. works well. Edited January 29, 2008 by glasglow
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