<%dim ip
ip=request.ServerVariables("REMOTE_ADDR")
if (left(ip,10)="110.8.8") or (ip="127.0.0.1") then
'允許執(zhí)行
else
Response.Write"<script language=javascript>alert('你無權(quán)訪問后臺!\r\n趕緊滾開!');location.href='http://xwjhost.com';</script>"
response.end
end if
%>