http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
function FindProxyForURL(url, host) {
if (shExpMatch(host, "eebo.chadwyck.com") || shExpMatch(host, "*.galegroup.com") || shExpMatch(host, "*.ggsrv.com"))
return "PROXY proxy.nlc.gov.cn:3128";
else
return "DIRECT";
}
posted on 2006-11-28 20:02
崛起的程序员 阅读(240)
评论(0) 编辑 收藏 所属分类:
javascript