Overview | IndexGodLikeMouse AJAX JavaScript Framework 2.5
FRAMES | NO FRAMES

GLM.AJAX.getNameSpace()

GLM.AJAX.getNameSpace()

Method for returning the name space of the service call.

Returns:

The namespace of the service call.

Example:

var ajax = new GLM.AJAX();

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

var ns = ajax.getNameSpace(); //returns the name space
ajax.callPage("myService.asmx", ajaxCallback); //call myService.asmx and pass the contents to ajaxCallback



Overview | IndexGodLikeMouse AJAX JavaScript Framework 2.5
FRAMES | NO FRAMES