摘要:
给链接加上动态注释 <STYLE type="text/css"><!--.article { BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FILTER: revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5); POSITION: absolute; VISIBILITY: hidde 阅读全文
摘要:
简介:有五个复选框,默认只有复选框1能操作,其余的复选框处于不可操作状态(即变为灰色的display为false) 当选中复选框1,其余四个复选框才能进行操作(即display为true) 当取消复选框1,其余四个复选框又处于不可用状态 <SCRIPT LANGUAGE="JavaScript">function fun(obj)/******************************************************* JavaScript 复选框操作技巧 Share JavaScript (http://www.ShareJS.com)* 阅读全文
摘要:
一、屏蔽键盘所有键<script language="javascript"><!--function document.onkeydown(){event.keyCode = 0;event.returnvalue = false;}--></script>屏蔽鼠标右键 在body标签里加上oncontextmenu=self.event.returnvalue=false 或者:<script language="javascript"><!--function document.oncontex 阅读全文
摘要:
<form name="form1" method="post"><select id="s1" name="s1"></select><select id="s2" name="s2"></select><select id="s3" name="s3"></select><select id="s4" name=" 阅读全文