/* Check if the subsiteURL is defined. * If defined, then load the APPLICATION.CFC to load the lightbox within * the specific subsites application scope. */ if ( LEN(request.params.subsiteURL) ) CreateObject("component","ADF.Application").loadSiteAppSpace(request.params.subsiteURL); if ( StructKeyExists(ajaxData,"reString") ) reAJAX = ajaxData.reString; #TRIM(reAJAX)#