代码如下: !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" html head meta http-equiv="Content-Type" content="text/html; charset=gb2312" title脚本之家 选项卡效果 www.jb51.net/title script type="text/javascript" /* 选项卡封装 by 井底的蛙 ...[ 查看全文 ]
代码如下: function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)","i"); var r = window.location.search.substr(1).match(reg); if (r!=null) return unescape(r[2]); return null; } alert(GetQueryString("id")); [ 查看全文 ]
代码如下: //** Powered by Fason //** Email: fason_pfx@hotmail.com var icon={ root :'image/root.gif', open :'image/open.png', close :'image/close.png', file &nb...[ 查看全文 ]
代码如下: html head title类似框架的JS导航菜单/title meta http-equiv=content-Type content="text/html;charset=gb2312" !--把下面代码加到head与/head之间-- SCRIPT language=JavaScript function secBoard(n) {  ...[ 查看全文 ]
html文件代码如下: !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" html head meta http-equiv="Content-Type" content="text/html; charset=utf-8" titleJS控制非法字符的输入/title /head body form p这里不允许输入如下字符:(像!@#$%^&*等)br textarea rows="2" cols="20" n...[ 查看全文 ]
控制横向和纵向滚动条的显隐? body style="overflow-y:hidden" 去掉x轴 body style="overflow-x:hidden" 去掉y轴 body scroll="no"不显 表格变色 TD onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" style="CURSOR: hand" 禁止复制,鼠标拖动选取 body ondragstart=window.event.return...[ 查看全文 ]