<script language='javascript' type='text/javascript' src='http://something.com/in.php?action=adserve&method=videopage&videoPageCode=video_player_page11&boxId=editAdDiv&syndicationTargetPageID=B-7070-4FA2'></script><div id='editAdDiv'></div>
if request.servervariables("URL") = "/forum/yourpagehere.asp" then
%>
Content in here
<%
end ifOriginally posted by leatherlips
Here is a thought. Since you made a special page maybe you could copy the inc_header.asp page and name it inc_header_tvchannel.asp. Add your code to it. Then in your tv_channel.asp page you could have it call inc_header_tvchannel.asp instead of the normal inc_header.asp page.