你能懂的,不解释。。。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>HX World</title>
</head>

<body>
<script>
var host =
[
    "http://www.google.com",
    "http://www.google.com.hk",
    "http://www.yahoo.com",
    "http://www.msn.com",
    "http://www.myspace.com",
    "http://www.kaspersky.com"
];

for(var i=0; i<host.length; i++)
{
    document.write("<p><a href='" + host[i] + "' target='_blank'>" + host[i] + "</a> <a href='javascript:HX(\"" + host[i] + "\")'>屏蔽</a></p>");
}


function HX(url)
{
    new Image().src = url + "/64memo" + +new Date;
    alert(url + "已成浮云。。。");
}
</script>
</body>
</html>

DEMO:

相关文章:

  • 2022-12-23
  • 2022-01-04
  • 2022-01-08
  • 2022-12-23
  • 2021-11-24
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2021-06-01
  • 2021-12-12
  • 2022-12-23
  • 2021-07-06
  • 2021-11-10
相关资源
相似解决方案