mark.ca
Starting Member
6 Posts |
Posted - 08 February 2003 : 21:03:47
|
Message Preview I'm trying to call the admentor script from the inc_groupjump_to.asp file as I want my banners to appear just before the the category selections and thus appear on every page. While i've added the <!--#include virtual="/admentor/include/admentor2.asp"--> to inc_groupjump_to.asp, I cant seem to figure out just where to place my <%=AdMentor_GetAdASP("B=95")%> statement. any help is appreciated.
It does work when i create a simple file with this data;
<!--#include virtual="/admentor/include/admentor2.asp"--> <html> <head> <title>New Page 1</title> </head> <body> <%=AdMentor_GetAdASP("B=95")%></body> </html>
So again, the question is where the heck do i place my <%=AdMentor_GetAdASP("B=95")%> statement (or any statement calling another asp page) so that I do not get visual basic compilation errors? |
|