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? check box 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. (For Internet Explorer 7, XMLHTTP is implemented directly rather than as an ActiveX control.)

Definitions Dynamic Select control, Smart Info features, SmartPrompt
Related topics Implementing dynamic form actions and the Client Event Editor
AutoComplete JSP tag

zzzDefinitions — A