QUOTE
Element SOURCE_CODE is undefined in SESSION.
I'm not sure if this has anything to do with it:
CODE
<cfif parameterexists(http_referer)>
<cfset framed=compare(right(http_referer,1),"/")>
</cfif>
<cfif NOT evaluate("parameterExists(http_referer)") OR http_referer CONTAINS "main" OR http_referer CONTAINS "sources" or not framed>
<!--- If the user came from this page (has selected an ISIC code), set the page source to ISIC --->
<cfif NOT parameterExists(http_referer) OR http_referer CONTAINS "sources" or not framed>
<cfset framed=compare(right(http_referer,1),"/")>
</cfif>
<cfif NOT evaluate("parameterExists(http_referer)") OR http_referer CONTAINS "main" OR http_referer CONTAINS "sources" or not framed>
<!--- If the user came from this page (has selected an ISIC code), set the page source to ISIC --->
<cfif NOT parameterExists(http_referer) OR http_referer CONTAINS "sources" or not framed>
Any idea?