css.php

Test script that uses xajaxResponse->includeCSS and xajaxResponse->removeCSS to effect the active style information on the page dynamically.

function includeCSS($sFileName)
Response command used to include a LINK reference to the specified CSS file on the browser.
function removeCSS($sFileName)
Response command used to remove a LINK reference to a CSS file on the browser.