Cool Penguin

PlainAjax - keeping Ajax simple

Tutorial

Start using PlainAjax on your site

This page shows instructions on how to start using PlainAjax on a website and directs you to some working examples.

Include PlainAjax javascript source file

All thats needed is to include plainajax.js source file in the HTML header:

<script type="text/javascript" src="plainajax.js"></script>

Start sending Ajax requests

As simple as this:
plainajax.request('respurl: serverscript.jsp; resultloc: myhtmlelement;')

Check an example on how to