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)
commit5f9e00fb7f36f3351f40da93acfe47c911f6f65f
tree47044df5cdff55923085ee493333dc5beae2f51b
parentb3e0baca71ca8116f7a38ff64e655a37406d64b4
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.
source/scripting/libjs/encoder.js [new file with mode: 0644]
source/scripting/libjs/server_call.js [new file with mode: 0644]