Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

response.write Include Files?? 1

Status
Not open for further replies.

AGP

Programmer
Sep 11, 2001
97
0
0
GB
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=&quot;file1.asp&quot;-->
<% Case 2 %>
<!--#INCLUDE file=&quot;file1.asp&quot;-->
<% 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.
 
See thread333-545064

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top