爱易网
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 浏览次数:22877 次
欢迎光临爱易网网页脚本特效中心,点击运行按钮演示特效:
以下是程序代码
要完成此效果把如下代码加入到<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 全部选择 提示:你可先修改部分代码,再按运行]
上一篇:狡猾的按钮特效
下一篇:倒计时载入页面
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
三星已经将Galaxy S5视为失败之作?
腾讯再次重申:普通微信誉户相对不收费
微软与摩托罗拉授权协议涵盖Android和Chrome设备
传苹果与雅虎协作信息提供 进一步摆脱谷歌
中移动“重启”自有品牌手机成败难料
巧用百度推行系统 突显竞价效果
联通丹东公司一高管造假套出手机变卖被判刑7年
机器人进一步取代人类:将进军白领任务
同程旅游融资后变土豪 如何烧钱占领市场?
推荐阅读
更多>
一个非脑残米粉的思考:小米“成功之道”如何炼成
苹果大中华区业绩回暖 中移动贡献或低于预期
国美痛批网购七宗罪 用短暂盈利输了未来
虚拟运营商们更像三大运营商的“二道贩子”
中国大陆人口13.7亿 光棍越来越多
摩托罗拉移动裁员关闭德州Moto X手机工厂
QQ空间与微信龟兔赛跑,商业生态链陷入死循环
易迅大众点评缩水执行“七天后悔权”被约谈
神州电脑中止IPO面前:再被质疑财务造假
2018双11阿里云老用户怎么参加拼团活动 老用户拼团方法
互联网金融一周年:余额宝最接地气,比特币最作死
IT时代周刊总编辑曹健:投资人刘志硕印象记
英特尔涉嫌垄断 欧盟或开出史上最高罚单
国美苏宁线上首度正面PK 京东列席4月电商战
打车软件“明补变暗补”背后的小算盘
微软觊觎移动互联市场:手机未出渠道先行
新闻早8点》Facebook失手发布Snapchat类应用
从3G牌照发放看中国4G规划效果
京东进驻微信一级入口或影响自身战略布局
继续涨:微博IPO第二交易日 收盘大涨11.71%