随笔分类 -  js

js
漂浮广告(从上往下飘最后消失)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<scripttype="text/javascript">varadtime=100;//时间varadheight=0;//高度$(document).ready(function()... 阅读全文
posted @ 2010-01-18 13:40 fxh嘟嘟 阅读(391) 评论(0) 推荐(2)
脚本实现列表左右移
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionChange(first,second){varindex=first.selectedIndex;if(index<0){alert("请选择项!");return;}else... 阅读全文
posted @ 2010-01-18 13:35 fxh嘟嘟 阅读(232) 评论(0) 推荐(2)
javascript---使用createElement动态创建HTML对象.窗体传值
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1.创建链接<BODY><scriptlanguage="JavaScript">varo=document.body;//创建链接functioncreateA(url,te... 阅读全文
posted @ 2010-01-08 08:24 fxh嘟嘟 阅读(763) 评论(0) 推荐(1)