G
GM
I have this include:
<!--#include file="../customer/pages/<%=request("template")%>"-->
the request("template") variable has the value = template.htm
The code above doesn't work (no html is included in the resulting page)
This one does = <!--#include file="../customer/pages/template.htm"-->
Any idea on how to solve this or a workaround?
<!--#include file="../customer/pages/<%=request("template")%>"-->
the request("template") variable has the value = template.htm
The code above doesn't work (no html is included in the resulting page)
This one does = <!--#include file="../customer/pages/template.htm"-->
Any idea on how to solve this or a workaround?