• 4种挂隐藏链接的代码


    4种挂隐藏链接的代码

    <div style="display:none;">
    <a href=http://hi.baidu.com/q369568652
    target="_blank">小武</a></div>

    javascript:
    <script language="javascript" type="text/javascript">
    document.write("<div style='display:none;'>");
    </script><div>
    <a href=http://hi.baidu.com/q369568652>小武</a>
    <script language=”javascript” type=”text/javascript”>
    document.write(”</div>”);
    </script>

    html:
    <marquee height=1 width=5 SCROLLAMOUNT=3000 SCROLLDELAY=20000>
    <a href=http://hi.baidu.com/q369568652>小武</a>
    </MARQUEE>

    css1:
    <div style="position: absolute; top: -999px;left: -999px;">
    <a href=http://hi.baidu.com/q369568652>小武</a>
    </div>

    css2:
    <div style="position:absolute;left:expression(1-900)
    ;top:expression(3-999);">
    <a href=http://hi.baidu.com/q369568652>小武</a>
    </div>
    代码为小金整理,很实用,

  • 相关阅读:
    C++字符串(srtring)反转
    字典(Dictionary)
    畅通工程
    子串计算
    神奇的口袋
    SLT 优先队列 哈弗曼树最小带权路径
    大数阶乘
    整数拆分
    A+B (带有,的数字)
    Hdu 1232 畅通工程
  • 原文地址:https://www.cnblogs.com/94YY/p/2177228.html
Copyright © 2020-2023  润新知