helloworld.phpTest / example page demonstrating the basic xajax implementation. Summary
Hello world sample page.Please see copyright.inc.php for a detailed description, copyright and license information. Standard xajax startup
Summary
processRequestThis will detect an incoming xajax request, process it and exit. If this is not a xajax request, then it is a request to load the initial contents of the page (HTML). Everything prior to this statement will be executed upon each request (whether it is for the initial page load or a xajax request. Everything after this statement will be executed only when the page is first loaded. |
Modify the innerHTML of div1.
function helloWorld( $isCaps )
Modify the style.color of div1
function setColor( $sColor )