computergroove Posted August 16, 2008 Posted August 16, 2008 I remember a function a long time ago that would wait until an internet explorer window would finish loading before proceeding with the remainder of the script. Has that been taken out? I proof read the functions on the net and I could not find it. Thanks in advance. Example: Winactivate(iexplore.exe) send("!f");sends alt+f to open the file window send("o");opens the "open dialog" for entry of a web address send("www.google.com{enter}");enters www.google.com and hits enter to begin loading the window WaitUntilIEPageLoads;waits until www.google.com loads before continuing <-- look here send($LoginName) Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
dbzfanatic Posted August 16, 2008 Posted August 16, 2008 (edited) _IELoadWait($oIE) ...rtfm... Edited August 16, 2008 by dbzfanatic Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
computergroove Posted August 16, 2008 Author Posted August 16, 2008 Thanks. No need to get teste. Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
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