-
2008-03-30
万年历 选择时间的脚本 - [专业学习]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>date</title>
</head>
<body>
<input name="gcrq" type="... -
2008-03-30
JavaScript实用的一些技巧 - [专业学习]
1. 彻底屏蔽鼠标右键
oncontextmenu="window.event.returnValue=false" 可用于Table
2. 取消选取、防止复制
<body onselectstart="return false">
3. 不准粘贴
onpaste="return false"
4. 防止复制
oncop... -
2008-03-22
js二级联动下拉菜单 - [专业学习]
<html>
<head>
<title>
test
</title>
<script language="javascript">
//var select1_len = document.frm.s1.options.length;
var select2 = new Array(4);
for (i=...
共1页 1





