随笔分类 -  OTHER

OTHER
摘要:1:将彻底屏蔽鼠标右键 oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键<table border oncontextmenu=return(false)><td>no</table> 可用于Table 2:取消选取、防止复制 <body onselectstart="return false... 阅读全文

posted @ 2007-04-12 04:24 KIS 阅读(285) 评论(0) 推荐(0)

摘要:新窗口永远居中<script language="javascript"><!--function openwindow( url, winName, width, height) {xposition=0; yposition=0;if ((parseInt(navigator.appVersion) >= 4 )){xposition = (screen.width -... 阅读全文

posted @ 2007-04-12 04:22 KIS 阅读(234) 评论(0) 推荐(0)

摘要:JS常用脚本1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键<table border oncontextmenu=return(false)><td>no</table> 可用于Table2. <body onselectstart="return false"> 取消选取、防止... 阅读全文

posted @ 2007-04-12 04:12 KIS 阅读(1783) 评论(0) 推荐(0)

摘要:<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN"><html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><title>用滚轮实现图片缩放</title></h... 阅读全文

posted @ 2007-04-12 03:55 KIS 阅读(390) 评论(0) 推荐(0)