assign_append.php

Test script that uses the following xajaxResponse commands

Collect commands to be sent back to the browser in response to a xajax request.
function assign($sTarget,
$sAttribute,
$sData)
Response command indicating that the specified value should be assigned to the given element’s attribute.
function append($sTarget,
$sAttribute,
$sData)
Response command that indicates the specified data should be appended to the given element’s property.