Control-Q has rolled out AJON, a non-intrusive software HTML page migration toolkit that allows existing server generated HTML pages to be retro-fitted with benefits of AJAX functionality and are supplied with Java and PHP server-side implementations.
AJON integrates lookup, validation and polling functionality for any relevant element in an HTML page. The features of AJON include:
* No changes needed to be made to the body of the HTML document.
* No JavaScript code to be written directly.
* Add, delete and change HTML page elements dynamically at page load time.
* Validate input fields as soon as they are completed.
* Use one or more input fields as a lookup value to populate other fields.
* Sanitize all input fields in the HTML page to avoid accidental or malicious HTML/JavaScript injection.
JSON is used as message format by AJON to communicate with a deployed web application, allowing simpler integration into any language that the server-side logic is implemented in. For more information and demonstration application, visit http://www.jutiltools.com




