这个代码可以隐藏连接,好处自己去想(还在琢磨中,有知道的说下)!其中:setTimeout(openPage,100)的100为停留时间,会编成的都应该知道,风月凝思自己备注下。
<!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>
<script type="text/javascript">
function openPage()
{
top.location.href="http://您的cj连接";
}
</script>
</head>
<body onload="setTimeout(openPage,100)">
</html>
Post a Comment