, . , JQuery . , ASP.NET Ajax Framework. , ( MasterPage) ScriptManager. , UpdatePanels Ajax Server .
PageRequestManager Class (ajax-). , , - ajax (, ajax ajax).
, Ajax.NET JQuery, PageRequestManager , beginRequest endRequest PageRequestManager, :
<script type="text/javascript">
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_endRequest(endRequestEventHandler);
prm.add_beginRequest(beginRequestEventHandler);
function beginRequestEventHandler() {
var bodyElement = document.getElementsByTagName("body")[0];
bodyElement.style.cursor = "wait";
}
function endRequestEventHandler() {
var bodyElement = document.getElementsByTagName("body")[0];
bodyElement.style.cursor = "default";
}
</script>
. Ajax , "Request" PageRequestManager, "" ( , Vista, " t , XP).
Ajax , endRequest PageRequestManager, "default".
, , , ( ). , FireFox, .
-Frinny