try doing what you're doing .. but save it to a file ... then include the file.

<cfset writetofile="


YOUR CODE HERE... But instead of:

<cfset scriptrun.script & #scriptNO# = StructNew()>

put it how you want it to work like:

<cfset scriptrun.script#scriptNO# = StructNew()>

">

<cffile action='' file='absolute/path/to/file' output='#writetofile#'>
<cfinclude         template='relative/path/to/file'>

that might work for you. just an idea.

joe velez
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to