Ajax is pretty simple:

You make a request, and you pass it a function.

When the request completes, that function runs
on the text of the result of your request.

You can achieve almost the same thing by adding
a script tag to the document.  (But if you do
that you must arrange that the result is a javascript
function call with the desired text as its argument.)

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to