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.

PRPC 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 form.

This capability is supported by Microsoft's implementation of the XMLHTTP application programmer interface. For Internet Explorer 7++, XMLHTTP is implemented directly rather than as an ActiveX control.

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

UpDefinitions