<%doc> The rs_init_object javascript function defined by this include instantiates and returns a new object for XMLHTTP communication: on Microsoft browsers, an ActiveXObject ("Msxml2.XMLHTTP" or "Microsoft.XMLHTTP"), or on other browsers, an XMLHttpRequest object. Example: <& /elements/rs_init_object.html &> <%shared> my $initialized = 0; #won't work if component is "preloaded"... so don't do that % if ( ! $initialized++ ) { % }