ajax
JQUERY Div update Ajax No Page Loading
Submitted by inder on Fri, 02/19/2010 - 04:46.
You could also try JQUERY.
Here is a sample script.
Link: http://docs.jquery.com/Ajax/jQuery.post
1. Include the jquery framework "
2.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript" />- inder's blog
- Login or register to post comments
- Read more
What is AJAX And where it is used?
Submitted by inder on Thu, 10/16/2008 - 18:23.
Ajax is a way of developing Web applications that combines:
* XHTML and CSS standards based presentation
* Interaction with the page through the DOM
* Data interchange with XML and XSLT
* Asynchronous data retrieval with XMLHttpRequest
* JavaScript to tie it all together
In the traditional Web application, the interaction between the customer and the server goes like this:
1. Customer accesses Web application
2. Server processes request and sends data to the browser while the customer waits
- Login or register to post comments
- Read more
- View/Add Answers for this Question
![Validate my RSS feed [Valid RSS]](http://feedvalidator.org/images/valid-rss.png)