用javascript做网页时的特效,形成漫天飘雪的效果,试试吧。将代码加入<BODY></BODY>中即可。
标签: javascript 页
上传时间: 2015-01-10
上传用户:wlcaption
一个用JavaScript写的网页特效,效果是一个跟随鼠标的时钟。把follow.txt中的代码插入到<BODY>和</BODY>之间就能看到效果。
标签: JavaScript 页
上传时间: 2014-01-08
上传用户:tonyshao
一个用JavaScript写的俄罗斯方块游戏,游戏开始时用1到9选择游戏速度,之后用→←↑↓控制方块下落。把game.txt中的代码插入到<BODY>和</BODY>之间就能看到效果。
标签: JavaScript 俄罗斯方块
上传时间: 2015-03-13
上传用户:731140412
一个用JavaScript写的简单的计算器,支持加、减、乘、除四种运算,有兴趣的朋友可以自己再添加一些更复杂的运算。把jisuanqi.txt中的代码插入到<BODY>和</BODY>之间就能看到效果。
标签: JavaScript 计算器
上传时间: 2015-03-13
上传用户:dancnc
一个用JavaScript写的走迷宫游戏,用键盘上的→←↑↓键进行游戏,走出迷宫。请按照maze.txt中的说明把一部分代码复制到<head></head>之间,另一部分代码复制到<BODY></BODY>之间:
标签: JavaScript 走迷宫
上传时间: 2014-01-18
上传用户:啊飒飒大师的
一个用JavaScript写的网页特效,效果是跟随在鼠标周围的彩色的光环。把mousefollow.txt中的代码插入到<BODY>和</BODY>之间或插入到<head>和</head>之间就能看到效果。
标签: JavaScript 页
上传时间: 2015-03-13
上传用户:busterman
一个用JavaScript写的弹球打砖块游戏,用鼠标控制底部的横条防止球掉下去,依靠弹球打碎砖块。把ball.txt中的代码插入到<BODY>和</BODY>之间就能看到效果。
标签: JavaScript
上传时间: 2013-12-20
上传用户:lunshaomo
Perl_CGI六天入门 第一天 1.1 Unix环境 1.2 chmod命令 1.3 定位Perl和sendmail 第二天 2.1 使用Emacs 2.2 Perl简介 2.3 HTML FORM 第三天 3.1 回应脚本 3.2 脚本解释 3.3 BODY部分 第四天 4.1 email子过程 4.2 写文件 4.3 建立log文件 第五天 5.1 留言板CGI代码 5.2 代码详解 5.3 读取log文件 第六天 6.1 设置口令 6.2 计数器
标签: Perl_CGI sendmail Emacs chmod
上传时间: 2015-05-20
上传用户:小儒尼尼奥
TION ESD (electrostatic discharge) sensitive device. Electrostatic charges as high as 4000 V readily accumulate on the human BODY and test equipment and can discharge without detection. WARNING! Although the AD7008 features proprietary ESD protection circuitry, permanent damage may occur on devices subjected to high energy electrostatic discharges. Therefore, proper ESD precautions are recommended to avoid performance degradation or loss of functionality.
标签: Electrostatic electrostatic discharge sensitive
上传时间: 2014-01-12
上传用户:2467478207
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <BODY topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="关闭" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </BODY> </html>
标签: lt LANGUAGE VBSCRIPT include
上传时间: 2015-11-05
上传用户:zhaoq123