AJAX Remote Method Invocation: Difference between revisions

m
Stubbed
m (New page: oRMI = new VdfRemoteMethodInvocation(true, "oSessionManager", "get_UserLogin", null, handleLogin); oRMI.addParameter(browser.cookie.get("vdfSessionKey")); oRMI.addParam...)
 
m (Stubbed)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
The Object should be "registered" in global.asa




Line 6: Line 8:
         oRMI.addParameter(document.frmUserLogin.Password.value);
         oRMI.addParameter(document.frmUserLogin.Password.value);
         oRMI.sendCall();
         oRMI.sendCall();
[[Category:AJAX]] [[Category:Stub]]