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>
  • 相关阅读:
    Mysql密码操作
    最长公共子串(2017蓝桥杯省赛)
    一和零(leetcode)
    leetcode 235周赛
    袋子里最少数目的球(leetcode)
    第七周课后作业
    第四周jsp作业
    3.10
    3.4课堂练习
    DS博客作业05-查找批改
  • 原文地址:https://www.cnblogs.com/nanxiaoxiang/p/2759176.html
Copyright © 2011-2022 走看看