Hi @ all,
I have a Problem with long lasting operations (login Process to a thirdPartySystem) and the InternetExplorer StatusBar:
If I submit the loginForm by pressing ENTER, the StatusBar works correct. But if I click the loginButton the StatusBar is ready as soon as the mouse Cursor leaves the Button.
How to avoid this?
(the loginProcedure happens at the "onSubmitButtonClicked" EventMethod)
Christian,
for these cases, a custom "please wait" message might be appropiate. I usuallly use a DIV for this that is invisible by default and set to visible with some java script on submitting the form (say the onClientClick event of your button).
Regards,
Dominik
Add a comment