Re: do not say AJAX
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: do not say AJAX

From: cicap <aasas@tiscali.it>
Date: Wed Nov 30 2005 - 15:12:41 CET

> You probably meant "What is new with xmlhttprequest is the possibility to
> perform an asynchronous request!". (Potentially) synchronous requests
> have
> always been possible through AOM/DOM objects and through normal HTML
> forms.
>

No. synchronous request without refresh.
request.open("GET", url, false); //this a synchronous request with
xmlhttprequest.
Received on Sat Dec 3 04:33:30 2005