Where do we find information about this marvellous stuff? ________________________ Rodolfo ______
Look for "XMLHttpRequest" and/or ActiveXObject("Microsoft.XMLHTTP") XML.com and the Apple dev center have good introductory articles about it.
Basically, this is a way to make server call from JavaScript via the XMLHttpRequest (Safari/Gecko browsers) or XMLHTTP (Internet Explorer) objects. Thus it enables you to make dynamic calls to refresh some parts of a web page without reloading everything.
This is used with gmail for instance.
-- Stéphane Zuckerman
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]