Hi Folks,
My database for LoudASP's banner exchange script has gone nuts,
so I set up a new instance and manually transferred the data. However,
I am still trying to contact all those who are part of the banner
exchange. What I tried to do was replace the code thats called whenever
a banner is served (ShowBanner.asp) with a short little response.write
command (or html, or image, I've tried all three) that would show up
instead of the usual banners, linking them to a page where they could
learn how to update their code. However, for some reason this doesn't
appear to be working. The code is still on my page
(www.civilwarsearch.com) but nothing appears. Any ideas? Here is the
link from my page to what used to be the banner serving page:
<script language='javascript'
src='http://www.dhq.nu/search/exchange/ShowBanner.asp?
s=n&u=23'></script>
And here is the new page I created:
<%
Response.Write("The Banner Exchange has moved. You need to
update your banner code. Please click
<a href='http://www.civilwarsearch.com/explanation.asp'>here</a>
to learn more.")
%>
Any ideas what I'm doing wrong?