Hi!
I have made an auto login for the website marcophono.net (maybe some germans know this). You can call real german, austrian and suissian phone numbers. If you connected successfully (the servers may be full for the "not-premium-owner"), you can select several given answers which will be played and sent to the telephone number.
Because of the livestream in case of connecting successfully, _IELoadWait() doesn't work. So I made a Do-Until-Loop which checks the URL (error-URL oder success-URL). The loop knows when the connecting failed, but if you connected and the connection is made, the script pauses at the _IEFormSubmit() command (I confirmed this guess by using a MsgBox after _IEFormSubmit).
So I tried to replace _IEFormSubmit with _IEImgClicK() but it doesn't work how I want.
Func x()
;rest of x()...
_IEImgClick($oIE, "http://images.marcophono.net/images/anrufen.jpg")
MsgBox(64, "", "call func check()", 1)
_check()
EndFunc
Func _check()
MsgBox(64, "bla", "check() was called", 1)
;rest of func
EndFuncoÝ÷ Ù8^¥ªí¡ûazÊ.Ç®ìnÈz[b·*^
It gets the current URL until the url is the normal url, which will be created if you have logged in or the url for full servers (not loggged in).
Something's wrong with the object but i dont know what.
Please help me to finish this script. Greetz fabs