Chikara
07-30-2007, 01:49 PM
I'm attempting to use ASP to change an include based on a QS. For example. If the QS is page=somepage, I would want the include statement to look like this.
<!-- #include virtual="/path/to/<%=Request("page")%>.asp" -->
That doesn't work but I think you should understand what I'm going for.
Thanks in advance!
<!-- #include virtual="/path/to/<%=Request("page")%>.asp" -->
That doesn't work but I think you should understand what I'm going for.
Thanks in advance!