G'day all,
I want to include a file in the body of a page.
Normally it would look like <!-- #include file="filename.asp" -->
However, I want to include a file based on a filename in a record I look up.
The obvious way to do this is <!-- #include file="<%= rsRecord("filename"
%>" --> however this does not work because it appears the include is done before the ASP script is run.
Does anyone have a solution for this? Steve Davis
hey.you@hahaha.com.au
I want to include a file in the body of a page.
Normally it would look like <!-- #include file="filename.asp" -->
However, I want to include a file based on a filename in a record I look up.
The obvious way to do this is <!-- #include file="<%= rsRecord("filename"
Does anyone have a solution for this? Steve Davis
hey.you@hahaha.com.au