<%
israilsayfasi="" 'Tırnak içine israilden gelenler için yönlenecek sayfayı girebilirsin.
dilb=Lcase(Request.ServerVariables("HTTP_ACCEPT_LA NGUAGE"))
kontrol1=instr(1,dilb,",")
kontrol2=instr(1,dilb,";")
if (kontrol2>0 and mid(dilb,1,kontrol2-1)="iw") or (kontrol1>0 and mid(dilb,1,kontrol1-1)="iw") or dilb="iw" then
israil=True
else
israil=False
end if
if israil=True then response.redirect (israilsayfasi)
%>