TheConeHead
Programmer
I am trying to include dynamic content into an ASP page via:
<%="<!--#include file="+rs("url")+"-->"%>
The code is getting written correctly but I guess it is the need for two calls to the server that is breaking it down... any way to do this?
<%="<!--#include file="+rs("url")+"-->"%>
The code is getting written correctly but I guess it is the need for two calls to the server that is breaking it down... any way to do this?