Jump to content

Does my host support Ajax?


bulrush

Recommended Posts

AJAX (Asynchronous JavaScript  And XML) in itself is client-side and is independent of any server specifications. It just makes Asynchronous HTTP requests to web servers. As far as the web server is concerned, the HTTP request from AJAX is no different from any other HTTP request.

 

However, since the data being requested is usually dynamically produced, you need some server side language to produce the response that is sent back to the client.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.