benim de bu konu ile alakali bir sorum olacak, $oyle bir $eyim var ve cali$miyor;
<%
kim = request.serverVariables("http_referer")
if instr(kim, "google.com") then
<!--#Include File="xxx.asp"-->
end if
%>
cunku <% %> taglari icerisinde. Peki ne yapmaliyim?
<%
kim = request.serverVariables("http_referer")
if instr(kim, "google.com") then
%>
<!--#Include File="xxx.asp"-->
<%
end if
%>