TheunisP
Posts: 342
|
| Posted: 11/09/2005, 11:19 AM |
|
Hi,
I'm sorry if this is a duplicate - but I looked and couldn't find someone with a similiar problem. Anyway, I want to include another ASP file into my CodeCharge project - I entered it into the HTML section but it doesn't seem to be including correctly.
Thanks
T
|
 |
 |
zolw
Posts: 51
|
| Posted: 11/09/2005, 7:06 PM |
|
You shouldn´t insert your include file in the HTML but in the ASP.
For example, try adding a label and using the Before Show Event add into the event page the include code.
%>
<!--#include file="my_file.asp"-->
<%
_________________
Zolw
http://www.xlso.com |
 |
 |
|