Conditionally including a file

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

Is there a way to conditionally include a file in the HTML?

<TD>
if x= 1 then
<!--#INCLUDE FILE="../File1"-->
else
<!--#INCLUDE FILE="../File2"-->
end if


</TD>
 
It is not for including asp.net code but for including Fireworks Pop-Up menu
code.


Thanks, anyway I got it working to include menu code based on the users
login.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top