/* Check if the subsiteURL or the subsiteID has been defined. * If defined, then load the APPLICATION.CFC to load the lightbox within * the specific subsites application context. */ if ( IsNumeric(request.params.subsiteID) ) proxySubsiteURL = application.ADF.csData.getSubsiteURLbySubsiteID(subsiteID=request.params.subsiteID); else proxySubsiteURL = request.params.subsiteURL; if ( LEN(TRIM(proxySubsiteURL)) ) CreateObject("component","ADF.Application").loadSiteAppSpace(proxySubsiteURL); if ( StructKeyExists(ajaxData,"reString") ) reAJAX = ajaxData.reString; #TRIM(reAJAX)#