Hi,
I'm calling two scripts using cfinclude and I would like like to clear all the output (page) between each process.
How to do it ?
Thanks in advance.
I'm calling two scripts using cfinclude and I would like like to clear all the output (page) between each process.
How to do it ?
Code:
<--- Execute first script --->
<cfinclude template="scriptBin/script1.cfm">
<--- CLEAR OUTPUT (PAGE) BEFORE EXECUTING SECOND SCRIPT --->
<--- Execute second script --->
<cfinclude template="scriptBin/script2.cfm">
Thanks in advance.