I have an asp page, that I want to insert other html pages in. The html pages are varried, depending on a variable I pass to the asp page.
I have tried the following which I saw in a thread on this forum:
<%
dim page
page = request.querystring ("page"
%>
<!--#include virtual=<%=page%> -->
but I kept getting an error that the page "<%=page%>" could not be found.
Could anyone point me in the right direction?
I have tried the following which I saw in a thread on this forum:
<%
dim page
page = request.querystring ("page"
%>
<!--#include virtual=<%=page%> -->
but I kept getting an error that the page "<%=page%>" could not be found.
Could anyone point me in the right direction?