Overview | IndexGodLikeMouse AJAX JavaScript Framework 2.5
FRAMES | NO FRAMES

GLM.AJAX

GLM.AJAX

Class for performing AJAX. Developer Note: .NET WebService Methods must be tagged with [SoapRpcMethod, WebMethod] for parameters to be passed using Mozilla based browsers.

Returns:

The new GLM.AJAX object.

Example:

var ajax = new GLM.AJAX();

function ajaxCallback(content){
    alert(content); //displays the contents of the page.
}

ajax.callPage("myPage.html", ajaxCallback); //call myPage.html and pass the contents to ajaxCallback.



Overview | IndexGodLikeMouse AJAX JavaScript Framework 2.5
FRAMES | NO FRAMES