Include a file dynamic??
I want to do a include file that can be done
dynamic..
I have tried this ways:
<!--#include file="<%=Page%>"-->
This doesnt work becuase the code is in the <!-- --> I guess...
<%= "<!--#include file=' " & Page & " '-->"%>
This executes to this:
<!--#include file='test.html'-->
But doesnt include the file....
If I just write the include as normal, it works.
How can a SSI be done dynamic??
What if I change the include with javascript???
I mean, if I can chnage the content of the div and the refresh the page in some way, without loading the actually file???
/Smirre




Reply With Quote