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>
  • 相关阅读:
    安装vim
    linux输入法
    freemarker 超出字符用省略号表示
    三维数组去重
    php 相同的产品 一个背景色
    php 判断白天黑夜
    PHP-preg_replace过滤字符串代码
    checkbox 更新回显
    php socket编程入门
    命令行执行php
  • 原文地址:https://www.cnblogs.com/nanxiaoxiang/p/2759176.html
Copyright © 2011-2022 走看看