Forums / Cotonti / Support / Ajax help.

lukgoh
#37474 2013-05-10 09:40

When you say an AJAX handler, do you mean like this:

if (COT_AJAX)
{
    // AJAX-specific code here
}
else
{
    // Normal mode code here
}
 
// Common code here