JavaScript仿Windows关机效果
日期:2007年10月9日 作者: 查看:[大字体 中字体 小字体]-
for(i = 0; i < lbActions.length; i++) {
Event.observe(lbActions[i], 'click', this[lbActions[i].rel].bindAs EventListener(this), false);
lbActions[i].onclick = function(){return false;};
}}
}提示:由于该对象比较复杂,读者可以仔细参阅代码的注释部分。
服务器端代码服务器端首先获得查询中的“id”值,如果该值为null或为空,则设置为默认值。然后判断该值,并且返回相应的一段字符串信息。处理请求的getInfojsp页面代码如下:
<%@ page language="java" import="java.util.*"%>
<%
//获得请求中id的值
String imgID = request.getParameter("id");
if (imgID==nullimgID.equals(""))//如果为null或为空
imgID="one";//设定为默认值
if ( imgID.equals("one"))//如果为one
{
%>
<h3 id="cartitle" style="border-bottom: 1px solid #C0C0C0; margin-bottom: -5px">Porsche Carrera GT</h3>
<p>The Carrera GT has a 5.7 litre V10 internal combustion engine that prodUCes
605 SAE horsepower (451 kW). Porsche claims it will accelerate from 0 to 100
km/h (62 mph) in 3.9 seconds and has a maximum speed of 330 km/h (204 mph).
With 605 hp, the car weighs 1,380 kg (3,042 lb). The Carrera GT is only
offered with a six-speed manual transmission, in contrast to its rival the
Ferrari Enzo that is only offered with sequential manual transmission. Also
the Carrera GT is significantly less expensive than the Ferrari Enzo. The
Ferrari Enzo is priced around $660,000 to the Carrera GT's $440,000. The - 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] 下一页
-
- JavaScript仿Windows关机效果 相关文章:
- ·对联广告代码效果大全
- ·Flash制作非常逼真的下雪视觉动画效果
- ·网页对联广告代码效果大全
- ·Photoshop制作飘落雪花效果图
- ·3DMax:跟我学做房间效果图
- ·Photoshop制作卷页效果
- ·Flash视觉效果之漫天飞雪
- ·3DS MAX图文教程:事件驱动粒子系统——喷泉效果
- ·Photoshop制作Lomo风格非主流效果
- ·Flash制作滚动广告图片效果
- JavaScript仿Windows关机效果 相关软件
- ·麦克风混响效果器 V1.0 绿色版
- ·疯狂水果机(Fruit Machine Mania)
- ·珊瑚青苹果Flash播放软件 V2.1
- ·唯美烟雾缭绕梦幻效果壁纸集一
- ·糖果狗狗QQ表情
- ·缤果QQ表情
- ·SRS Audio Sandbox(声卡效果增强软件) V1.7.0.0
- ·果冻娃娃QQ表情
- ·《星苹果乐园》张芯瑜写真壁纸
- ·联众青苹果之游戏马算牌器 V3.0 Build 5.0206 正式版
- 特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作
- 者.文章版权归文章原始作者所有.对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转
- 载的文章有版权问题请联系编辑人员,我们尽快予以更正. 转载请注明来源:http://www.hackhome.com
精品推荐
热点TOP10
- ·对联广告代码效果大全
- ·网页对联广告代码效果大全
- ·JavaScript方法和技巧大全
- ·对联广告JS代码效果大全
- ·网页两侧浮动广告代码
- ·Ajax实现无刷新树
- ·一些很实用且必用的小脚本代码
- ·鼠标自动移动/点击
- ·ajax进度条
- ·JavaScript仿Windows关机效果
- ·一个以Javascript+xml的树型列表
- ·打开网页自动设为首页代码
- ·B/S开发常用JavaScript技术
- ·JS代码的格式化和压缩
- ·JavaScript经典效果集锦
- ·网页特效之HTML中树的实现方法
- ·设置首页和添加到收藏夹代码大全
- ·javascript 常用代码大全
- ·适合本blog的一个精美javascript日历
- ·网页的DOCTYPE HTML public 会导致页面的部分事件不触发
