zz7061098 发表于 2010-1-17 21:58:58

安全挂黑连接的方法

如果您不晓得什么是隐藏链接,或者不晓得隐藏链接的作用,   
  那么您需要马上百度一下了..   
复制内容到剪贴板代码:

  DIV:   
  <div xxxxx="display:none;">   
  <a href=http://www.hack58.com/   
  target="_blank">Linux</a></div>   
     
  javascript:   
  <script language="javascript" type="text/javascript">   
  document.write("<div xxxxx=’display:none;’>");   
  </script><div>   
  <a href=http://www.hack58.com/>Linux</a>   
  <script language=”javascript” type=”text/javascript”>   
  document.write(”</div>”);   
  </script>   
     
  html:   
  <marquee height=1 width=5 SCROLLAMOUNT=3000 SCROLLDELAY=20000>   
  <a href=http://www.hack58.com/>Linux</a>   
  </MARQUEE>   
     
  css1:   
  <div xxxxx="position: absolute; top: -999px;left: -999px;">   
  <a href=http://www.hack58.com/>Linux</a>   
  </div>   
     
  css2:   
  <div xxxxx="position:absolute;left:expression(1-900);top:expression(3-999);">   
  <a href=http://www.hack58.com/>Linux</a>   
  </div>
页: [1]
查看完整版本: 安全挂黑连接的方法