in reply to Perl in HTML
According to CGI::Ajax, the JS-side syntax for calling the routine seems to always be something like
function(['source', ...], ['dest', ...]);
where 'source' and 'dest' are the IDs of the respective HTML elements where the arguments to the function are read from, and where its result is written to.
|
|---|