I have searched this forums for hours but didnt find answer to my problem:
I have made some simple scripts logging to my accounts on different websites, but after i upgradeed internet explorer 6.0 to 7, all of them stopped working.
I checked in the code, made huge delays (several seconds) after each command but it didnt work. I just cant send data to password INPUT fields in login pages. Here is one of the scripts:
Code: Select all
LibLoad>IEAuto.dll,hIE
If>hIE=0
MessageModal>Could not load IEAuto.dll, make sure it is in the path or edit the LibLoad line.
Goto>end_script
EndIf
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
LibFunc>hIE,CreateIE,IE2,0
LibFunc>hIE,Navigate,r,IE2,http://mypage.net/
LibFunc>hIE,WaitIE,r,IE2
SetFocus>Multibank*
Send>12345678
Wait>delay
LibFunc>hIE,WaitIE,r,IE2 //this wait function doesnt work at all
Press TAB
Send>12345678 // this is not typed in the input box
Press TAB
Press Enter