PDA

View Full Version : xmlhttp and javascript


forlamp
10-07-2004, 11:16 PM
Does anyone have a good reference manual for xmlhttp w/ javascript, and possibly a browser compatability chart that supports the pair? :)

-fl

Jondalar
10-08-2004, 01:32 AM
Mozilla 1.0 / Netscape 7 / Firefox ALL / Safari 1.2 / Opera 7.60 support the XMLHttpRequest object.

Internet Explorer 5 / Opera 7.60 support the Microsoft.XMLHTTP ActiveX object.


Quick Introduction (http://developer.apple.com/internet/webcontent/xmlhttpreq.html)
Using the XML HTTP Request method (http://jibbering.com/2002/4/httprequest.html)

Jondalar