Jump to content

Ajax


sridhar

Recommended Posts

In my experience, the server side of AJAX (i.e. PHP, ASP.NET, etc.) is developed the same as you would for any other page. The only thing that you might consider is when you want to use XML as the response rather than text. In this case, you'll need to set the content-type for the response to "text/xml" rather than "text/html" or "text/plain".

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...