previous | index | next

JavaScript Libraries for Ajax (cont'd)

You can obtain an Ajax JavaScript library from http://www.prototypejs.org/.

Suppose the library functions are in prototype.js.

Then place the following in the head element of the JSP page that uses it:

      <script type="text/javascript" src="prototype.js"></script>
Here is the library source: prototype.js.

previous | index | next