<HTML>
<HEAD>
<title>test</title>
</HEAD>
<body onbeforeunload="RunOnBeforeUnload()" onunload="RunOnUnload()">
<script language="javascript">
function RunOnBeforeUnload() {
window.event.returnValue = '关闭浏览器将退出系统.';
//alert("before");
}
function RunOnUnload() {
/ ...
xml 代码
<html>
<head>
<title>Untitled Documenttitle>
<meta http-equiv="Content-Type" &nb ...
配置dwr.xml文件
xml 代码
<!DOCTYPE dwr PUBLIC
"-//GetAhead Limited//DTD Direct Web Remoting 1.0//EN"
"http://www.getahead.ltd.uk/dwr/dwr10.d ...
Auto-Complete是一个脚本代码,她的作用是使在同一个form的一个input box 和 一个select box同时工作;用法是写input box的keyup事件autoComplete (text_input, select_input, ["text"|"value"], [true|false]),即可在input box数据数据就可以修改select box的对应数据,显示对应数据,代码如下:
&n ...
- 浏览: 52378 次
- 性别:

- 来自: 远方的山边

- 详细资料
搜索本博客
我的相册
denglu
共 25 张
共 25 张
最新评论
-
gentoo autounmask
http://www.91linux.com/html/linux_pub/ge ...
-- by BIGN -
一些grub引导
default 0 timeout 10 title=Gentoo r ...
-- by BIGN -
一些grub引导
http://linux.chinaunix.net/bbs/archiver/ ...
-- by BIGN -
在ubuntu下安装java
/etc/profile.d创建java.sh文件 内容: JAVA_H ...
-- by BIGN -
在ubuntu下安装java
/etc/profile.d创建java.sh文件 内容: JAVA_H ...
-- by BIGN






评论排行榜