js外包代码
标准对联广告Js代码 直接复制粘贴就可以使用了,推进,哈  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&qu
【阅读全文】2011/10/24  标签:对联广告代码
<DIV style="background:red;width:200px;height:150px;left:50%;top:50%;margin-left:-100px;margin-top:-75px;position:absolute;cursor:pointer" ondblclick="this.style.
【阅读全文】2011/10/20  标签:双击此层
<script language="JavaScript"&gtfunction closeit() {setTimeout("self.close()",10000)}</script>
【阅读全文】2011/10/20  标签:自动关闭
文本框焦点问题1.onBlur:当失去输入焦点后产生该事件 2.onFocus:当输入获得焦点后,产生该文件 3.Onchange:当文字值改变时,产生该事件 4.Onselect:当文字加亮后,产生该文件 5.<input type="text" value="郭强" onfocus="if(valu
【阅读全文】2011/10/20  标签:焦点问题
1.链接到某页<input type="button" name="Submit" value="确 定" class="btn" onclick="location.href='http://www.35ui.cn/index.html'" />
【阅读全文】2011/10/20  标签:input链接
一段简单的倒计时代码<script language="JavaScript">var urodz= new Date("3/30/2012");var s="今天离2012五一劳动节";...
把下列代码放到<body></body>或者<head></head>之间一、禁止点鼠标右键1.<script LANGUAGE="JavaScript"> function click() { if (event.button==2) {alert('你好,右键已被禁止使用')
<script language="JavaScript" type="text/javascript">lastScrollY=0;function heartBeat(){ var diffY;if (document.documentElement && document.docume
css超出隐藏1.select { -o-text-overflow:ellipsis; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }       2.这个是在越出长度后会自行的截掉多出部分的文字,并以省略号结尾,很好的
做网页显示时间代码|js显示当前时间代码 今天做12580电子订票系统,用到了时间函数,总结一下:网页输出有alert、document.write 、innerHTML、innerText获取时间函数:getYear()、getMonth()、getDate()、getHours()、getMinutes()、getSeconds()分别是:年、月、日、时
订阅空间