Login Register

Loading message while retrieve the data (response)

just a snippet

showLoader();
dojo.xhrPost({ url:"foo.html",
    load:function(data){ 
        dojo.byId("fooNode").innerHTML = data;
        hideLoader();
    }
});

you'll obviously have to implement your own showLoader() and hideLoader() mechanism.

thanks for your help GeSHi.

thanks for your help GeSHi. best reggards