Hi, could anyone tell me whether it is possible and if so how, I can do the following:
When using include files rather than having to open and close the asp delimeters likes so;
<% Select Case strValue %>
<% Case 1 %>
<!--#INCLUDE file="file1.asp"-->
<% Case 2 %>
<!--#INCLUDE file="file1.asp"-->
<% End Select %>
Is it possible to use a response.write statement to parse each of the include files? I am sure I have seen this done somewhere!
many thanks.
When using include files rather than having to open and close the asp delimeters likes so;
<% Select Case strValue %>
<% Case 1 %>
<!--#INCLUDE file="file1.asp"-->
<% Case 2 %>
<!--#INCLUDE file="file1.asp"-->
<% End Select %>
Is it possible to use a response.write statement to parse each of the include files? I am sure I have seen this done somewhere!
many thanks.