View Single Post
Old Aug 15th, 2003, 13:47   #3 (permalink)
CTifer
New Member
 
Join Date: Aug 2003
Location: USA
Posts: 9
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote"><%
Response.Write "executing included code now"
%>

<%
Response.write "done executing included code"
%><hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

Just so you're aware, did you know that the include will actually be done BEFORE that Response.Write is executed. It doesn't come across the response.write, write it, then include the file.

Includes are ALWAYS processed first.
CTifer is offline