css.phpTest script that uses xajaxResponse->includeCSS and xajaxResponse->removeCSS to effect the active style information on the page dynamically. |
Response command used to include a LINK reference to the specified CSS file on the browser.
function includeCSS( $sFileName )
Response command used to remove a LINK reference to a CSS file on the browser.
function removeCSS( $sFileName )