zoukankan      html  css  js  c++  java
  • JS

    <img border="0" alt="有事点这里" src="http://wpa.qq.com/pa?p=1:1025011641:3">

    点击跳到网页qq

    2.头像选择

    <!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>select头像选择代码-懒人图库</title>
    </head>
    
    <body>
    <select name=lanrentuku onchange="document.images['idface'].src=options[selectedIndex].value;">
            <option value="http://www.lanrentuku.com/down/js/images/12625057550.gif" >头像01</option>
            <option value="http://www.lanrentuku.com/down/js/images/12625057551.gif" >头像02</option>
            <option value="http://www.lanrentuku.com/down/js/images/12625057552.gif" >头像03</option>
    </select>   
    <div style="position:absolute;"><img src="http://www.lanrentuku.com/down/js/images/12625057550.gif" id=idface></div>
    <br/ ><br/ ><br/ >
    <p>查找更多代码,请访问:<a href="http://www.lanrentuku.com/" target="_blank">懒人图库</a></p>
    </body>
    </html>
  • 相关阅读:
    103
    101
    102
    100
    ByteView和Sink
    二叉排序树删除、搜索、插入的迭代实现
    怎样就地反转单链表?
    有序单链表的合并
    有序数组的合并
    静态表之整型数组的插入、删除、查找
  • 原文地址:https://www.cnblogs.com/nanxiaoxiang/p/2759176.html
Copyright © 2011-2022 走看看