Command Message Description
Assign Sets the specified attribute of an element in the input page with this method: addAssign(string elementId, string attribute, string data)
Append Appends data to the specified attribute of an element in the input page with this method: addAppend(string elementId, string attribute, string data)
Prepend Prepends data to the specified attribute of an element in the input page with this method: addPrepend(string elementId, string attribute, string data)
Replace Replaces data in the specified attribute of an element in the input page with this method: addReplace(string elementId, string attribute, string replace, string data)
Script Runs the specified JavaScript code with this method: addScript(string javascript)
Alert Displays an alert box with the specified message with this method: addAlert(string message)

Table 1 xajax Response Command Messages
These command messages are returned to the client by the xajax server.