supersonic Posted July 28, 2011 Author Posted July 28, 2011 (edited) Hi destin, sorry for replying so late... My problem still exists and your "Birth Search" example doesn't work for my either. But I have found a workaround: . I'm still not very happy with this kind of "solution" but for the moment it works... Is there a way to set the Document Mode by modifying the IE object directly? With '$oIE.document.documentMode' you can determine the current Document Mode. Setting the Document Mode with '$oIE.document.documentMode = 8' fails. Maybe someone has a better solution to this issue... Greets, supersonic. Edited August 5, 2011 by supersonic
Nirmal Posted February 22, 2019 Posted February 22, 2019 expandcollapse popupLogWrite(" == Nirmal LOG Starts ==== ") WinWaitActive("Windows Security") LogWrite(" Nirmal LOG Starts $$$$ ") If WinExists("Windows Security") Then sleep(100) ; Send("{TAB}") ClipPut(" ") sleep(100) ClipPut($TargetUsername) sleep(100) Send("^v") Send("{TAB}") sleep(200) ClipPut(" ") ClipPut($TargetPassword) sleep(100) Send("^v") send("{TAB}") sleep(100) send("{ENTER}") EndIf
Moderators JLogan3o13 Posted February 22, 2019 Moderators Posted February 22, 2019 @Nirmal did you happen to notice this thread is 8 years old?? Please don't resurrect old threads, especially when A: the OP stated he found a workaround and B: your provided solution uses something as unreliable as Sends. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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