爱易网
IT新闻
IT新闻
爱易资讯
网站搭建
云虚拟主机教程
云服务器教程
Apache教程
IIS教程
Nginx教程
网站策划
站长文章
推广教程
淘宝客教程
网页设计
HTML教程
XHTML教程
CSS教程
HTML5教程
CSS3教程
JavaSript基础
JQuery教程
Node.js教程
前端技术
Ajax教程
Js特效
Xml教程
平面设计
页面UI设计
photoshop教程
程序开发
AI人工智能
Asp教程
Php教程
Asp.Net教程
Net Core教程
C#教程
Java教程
Jsp教程
开发技术
微信小程序教程
Uniapp开发教程
微信公众号开发
Andriod教程
IOS教程
DOS教程
Python教程
Docker教程
Windows Container教程
数据库
MSSQL教程
MySQL教程
Redis教程
Access教程
Oracle教程
数据库教程
操作系统
Linux教程
Windows教程
MAC教程
Cisco教程
交换机教程
防火墙教程
搜索
爱易网页
JS特效
用鼠标选定背景颜色
用鼠标选定背景颜色
日期:2014-05-18 浏览次数:23154 次
欢迎光临爱易网网页脚本特效中心,点击运行按钮演示特效:
以下是程序代码
要完成此效果把如下代码加入到<body>区域中 <script language="JavaScript"> <!-- var hex = new Array(6) hex[0] = "FF" hex[1] = "CC" hex[2] = "99" hex[3] = "66" hex[4] = "33" hex[5] = "00" // accept triplet string and display as background color function display(triplet) { // set color as background color document.bgColor = '#' + triplet // display the color hexadecimal triplet alert('现在的背景色是 #'+triplet) } // draw a single table cell based on all descriptors function drawCell(red, green, blue) { // open cell with specified hexadecimal triplet background color document.write('<TD BGCOLOR="#' + red + green + blue + '">') // open a hypertext link with javascript: scheme to call display function document.write('<A HREF="javascript:display(\'' + (red + green + blue) + '\')">') // print transparent image (use any height and width) document.write('<IMG SRC="place.gif" BORDER=0 HEIGHT=12 WIDTH=12>') // close link tag document.write('</A>') // close table cell document.write('</TD>') } // draw table row based on red and blue descriptors function drawRow(red, blue) { // open table row document.write('<TR>') // loop through all non-dithered color descripters as green hex for (var i = 0; i < 6; ++i) { drawCell(red, hex[i], blue) } // close current table row document.write('</TR>') } // draw table for one of six color cube panels function drawTable(blue) { // open table (one of six cube panels) document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>') // loop through all non-dithered color descripters as red hex for (var i = 0; i < 6; ++i) { drawRow(hex[i], blue) } // close current table document.write('</TABLE>') } // draw all cube panels inside table cells function drawCube() { // open table document.write('<TABLE CELLPADDING=5 CELLSPACING=0 BORDER=1><TR>') // loop through all non-dithered color descripters as blue hex for (var i = 0; i < 6; ++i) { // open table cell with white background color document.write('<TD BGCOLOR="#FFFFFF">') // call function to create cube panel with hex[i] blue hex drawTable(hex[i]) // close current table cell document.write('</TD>') } // close table row and table document.write('</TR></TABLE>') } // call function to begin execution drawCube() // --> </script> <a href="http://www.aiyiweb.com/js/">欢迎访问爱易网JS特效</a>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
上一篇:狡猾的按钮特效
下一篇:倒计时载入页面
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
新闻早8点》Facebook失手发布Snapchat类应用
谷歌董事长成花花公子:情史足以媲美涂鸦
说说这一个月的赌球输了多少
乐视今日临时停牌 受广电酝酿新规消息影响
让一让,小米4来了,碰见米粉请务必绕道走!
O2O成"唐僧肉":百度糯米抢食第一口令阿里腾讯颤抖
支付宝被曝严重破绽 隐私平安再受质疑
微软谷歌高层访韩面前:忌惮三星的崛起
京东很忙:升服务推产品更新招股书 能赶在阿里前上市?
推荐阅读
更多>
传苹果已告知鸿海:两款新iPhone下月发货
200美元英特尔Android笔记本行将到来
支付宝服务窗后台首曝光 开放用户消费数据
网络旅行游记被曝插入"软广告" 个别人士月入数万
华为、小米和联想在中国手机市场上演“三国杀”
估值增长9.8% 阿里IPO前市值达2450亿美元
百度“全网寻人”面前的互联网信息枢纽价值
只有切到刚需痛点,漫画APP才能走下去
特斯拉将获上海免费牌照 充电桩面临双重标准
中移动“重启”自有品牌手机成败难料
打车软件竞争白热化:有冷兵器时代意味
诺基亚称不会更名“微软移动” 5月还将发布新品
传陌陌或12月赴美IPO 估值约30亿美元
全球最具“颠覆性”特质的公司排行榜TOP25
独立工具APP:为亿级用户的商业化而愁
杨元庆去年总薪酬1.33亿元
京东确定IPO定价区间 最高募资16.9亿美元
阿里物流搭上邮政:京东,我们在终点等你!
曹国伟:微博将关注Facebook和Twitter
中国邮政与阿里合作:邮政网点可做网购自提点