Because I need to be sure that an Http Request is finished before other requests can be done I am using a synchronous XML Http Request.
I want to show the text "loading... " on the page before the http-request starts. The strange thing here is that this "loading... " text is not visible on the page, but its method is performed though.
If I place an "alert('somethi ng')" in between I do see the "loading... " on the page before the alert is popping up.
How can I achieve to see the loading before the request instead of after the response of the request?
Thanks in advance...
Harold
I want to show the text "loading... " on the page before the http-request starts. The strange thing here is that this "loading... " text is not visible on the page, but its method is performed though.
If I place an "alert('somethi ng')" in between I do see the "loading... " on the page before the alert is popping up.
How can I achieve to see the loading before the request instead of after the response of the request?
Thanks in advance...
Harold
Comment