r9131: started adding the server side code for "AJAJ" (asynchronous javascript and...
authorAndrew Tridgell <tridge@samba.org>
Fri, 5 Aug 2005 19:02:01 +0000 (19:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:19 +0000 (13:31 -0500)
commit67180c4ccdab56fe1f41b293f6bbea1f955e3d91
tree0514c00cb85edce8d233e85b60053ab9ab285e21
parente603a3611626e1794579824e58b4ebc41d763a36
r9131: started adding the server side code for "AJAJ" (asynchronous javascript and javascript)

This is rather like AJAX, but passes around javascript objects between
the client and server, taking advantage of the fact that we have the
same language on both client and server.
(This used to be commit 5f9e00fb7f36f3351f40da93acfe47c911f6f65f)
source4/scripting/libjs/encoder.js [new file with mode: 0644]
source4/scripting/libjs/server_call.js [new file with mode: 0644]