Click to See Complete Forum and Search --> : XMLHttpRequest


jaietech
09-13-2006, 08:07 AM
:confused:


Hi Can you explain me about XMLHttpRequest and XMLHttpResponse.

Are they supported in Netscape and Opera ?

can anybody help?

Please tell me which version of Opera supports AJAX fully?

Is it safe to develop using AJAX?

jaietech
09-13-2006, 08:10 AM
:confused:

Hi Can you explain me about XMLHttpRequest and XMLHttpResponse.

Are they supported in Netscape and Opera ?

can anybody help?

Please tell me which version of Opera supports AJAX fully?

Is it safe to develop using AJAX?


Hello..

pbb
09-26-2006, 07:59 AM
:confused:


Hi Can you explain me about XMLHttpRequest and XMLHttpResponse.

XMLHttpRequest is the standarized name of the object used to communicate with the server. It's called Microsoft.XMLHTTP or Msxml2.XMLHTTP in Internet Explorer.
XMLHttpResponse is no standard name. I guess this name is used by some people to indicate the response received from the server.

Are they supported in Netscape and Opera ?

In current versions, yes.

can anybody help?

That is what this forum is for...

Please tell me which version of Opera supports AJAX fully?

I believe version 8.01.

Is it safe to develop using AJAX?

Safety depends on the skills of the developer. It's as safe as the developer makes it...