Back Forward AJAX — Definition

Asynchronous JavaScript and XML (AJAX) is a Web technology that allows browser-based applications to communicate with a server without transmitting the entire HTTP input, and to render only parts of the form rather than the entire form.

Using XML and the Document Object Model, AJAX-based software can provide more interactivity to browser-based applications and reduce the traffic between the client (browser) and the server.

Process Commander uses AJAX technology in:

NoteIf your application uses a JavaScript-event and URL to start execution of an activity using AJAX, select the May Start? checkbox on the Security tab of the activity rule.

This capability is supported by Microsoft's implementation of the XMLHTTP application programmer interface. In Microsoft's Internet Explorer 6, XMLHTTP is supported by an ActiveX control. PRKB-20135 (For Internet Explorer 7, XMLHTTP is implemented directly rather than as an ActiveX control.) APAPF 10/10/06 clinic

Definitions autocomplete, calculated value, Dynamic Select control, SmartInfo features, SmartPrompt
Related topics More about Declare Expression rules
Implementing dynamic form actions and the Client Event Editor
AutoComplete JSP tag

UpDefinitions — A