<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>歌特中国 &#187; Javascript脚本</title>
	<atom:link href="http://www.cngothic.com/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cngothic.com</link>
	<description>歌特金属,配置iis+php+mysq,关注学习(Sql,Net,Web2.0,Javacript,Seo,Cms)</description>
	<lastBuildDate>Sat, 27 Jun 2009 09:21:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript脚本:scrollTo()方法实现滚动效果</title>
		<link>http://www.cngothic.com/20081118/javascript-scrollto.html</link>
		<comments>http://www.cngothic.com/20081118/javascript-scrollto.html#comments</comments>
		<pubDate>Tue, 18 Nov 2008 02:04:18 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[scrollBy()]]></category>
		<category><![CDATA[scrollTo()]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=264</guid>
		<description><![CDATA[Javascript脚本:scrollTo()方法实现滚动效果
scrollTo()方法:意思是滚动到指定坐标。
scrollBy()方法:意思是滚动到指定像素。
一篇介绍：scrollBy()方法
与scrollBy()意思上有些区别但直到的效果还是一样的... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20081118/javascript-scrollto.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:setTimeout()方法制作跑马灯</title>
		<link>http://www.cngothic.com/20081114/javascript-settimeout.html</link>
		<comments>http://www.cngothic.com/20081114/javascript-settimeout.html#comments</comments>
		<pubDate>Fri, 14 Nov 2008 02:12:03 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[setTimeout()]]></category>
		<category><![CDATA[跑马灯]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=262</guid>
		<description><![CDATA[Javascript脚本:setTimeout()方法制作跑马灯
setTimeout()方法:此方法用于延迟N毫秒后调用X()函数.即setTimeout(x(),1000)
跑马灯特效的思路就是利用setTimeout()方法不断的调用x()函数让其把灯滚动起来.
看下面... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20081114/javascript-settimeout.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:Function 对象的定义和使用</title>
		<link>http://www.cngothic.com/20081112/javascript-function.html</link>
		<comments>http://www.cngothic.com/20081112/javascript-function.html#comments</comments>
		<pubDate>Wed, 12 Nov 2008 06:40:09 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[对象]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=259</guid>
		<description><![CDATA[Javascript脚本:Function 对象的定义和使用
利用函数对象(Function对象),可以像定义普通对象那样动态地定义函数.
创建函数的语法:var myFunction = new Function(arg1,&#8230;,agrN, body)
argN为创建函数的参数, body... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20081112/javascript-function.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:随机数-Math对象的random()方法</title>
		<link>http://www.cngothic.com/20081108/javascript-random.html</link>
		<comments>http://www.cngothic.com/20081108/javascript-random.html#comments</comments>
		<pubDate>Sat, 08 Nov 2008 04:49:32 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[Math对象]]></category>
		<category><![CDATA[random()方法]]></category>
		<category><![CDATA[随机数]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=256</guid>
		<description><![CDATA[Javascript脚本:随机数-Math对象的random()方法
javascript对象Math中的random()方法所产生的随机数是：0-１之间的小数。与vbscript还是有很大差别的。
随机数为什么那怎么利用尼。如果你想用到２位正整... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20081108/javascript-random.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:数值的截断运算-ceil(), floor(), round()</title>
		<link>http://www.cngothic.com/20081108/javascript-ceil-floor-round.html</link>
		<comments>http://www.cngothic.com/20081108/javascript-ceil-floor-round.html#comments</comments>
		<pubDate>Sat, 08 Nov 2008 04:37:09 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[ceil()]]></category>
		<category><![CDATA[floor()]]></category>
		<category><![CDATA[round()]]></category>
		<category><![CDATA[运算]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=254</guid>
		<description><![CDATA[Javascript脚本:数值的截断运算-ceil(), floor(), round()
JavaScript提供了３个Math对象的方法进行数值截断运算，ceil()方法, floor()方法, round()方法
1.ceil()方法-返回大于等于X但最接近的X的整数
2.floor()方法-... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20081108/javascript-ceil-floor-round.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:数组的方法</title>
		<link>http://www.cngothic.com/20081029/javascript-concat-join-pop-push-shift-unshift-reverse-sort-slice-splice.html</link>
		<comments>http://www.cngothic.com/20081029/javascript-concat-join-pop-push-shift-unshift-reverse-sort-slice-splice.html#comments</comments>
		<pubDate>Wed, 29 Oct 2008 02:47:23 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[concat()]]></category>
		<category><![CDATA[join()]]></category>
		<category><![CDATA[pop()]]></category>
		<category><![CDATA[push()]]></category>
		<category><![CDATA[reverse()]]></category>
		<category><![CDATA[shift()]]></category>
		<category><![CDATA[slice()]]></category>
		<category><![CDATA[sort()]]></category>
		<category><![CDATA[unshift()]]></category>
		<category><![CDATA[数组]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=251</guid>
		<description><![CDATA[Javascript脚本:数组的方法
使用数组实现栈操作,排序数组元素,颠倒数组元素,将数组元素拼接成一个字符串等.
看下面方法:
concat()方法-合并两个数组
join()方法-指定分隔符将数组连接成字符串
push... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20081029/javascript-concat-join-pop-push-shift-unshift-reverse-sort-slice-splice.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:定义对象属性与方法</title>
		<link>http://www.cngothic.com/20080922/javascript-new-object.html</link>
		<comments>http://www.cngothic.com/20080922/javascript-new-object.html#comments</comments>
		<pubDate>Mon, 22 Sep 2008 05:27:04 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[Array()]]></category>
		<category><![CDATA[Date()]]></category>
		<category><![CDATA[Object()]]></category>
		<category><![CDATA[定义对象]]></category>
		<category><![CDATA[属性]]></category>
		<category><![CDATA[方法]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=194</guid>
		<description><![CDATA[
1.new()运算符和Object()构造函数
new()运算符用于创建对象实例.
Object()为构建对象函数.常用几个JavaScript内置构建函数有:Object(), Array(), Date()
例:
var cat = new Object();
var MyStudent = new Array(&#34;张三&#34;, ... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080922/javascript-new-object.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:自动滚屏-setTimeout()-clearTimeout()-scrollBy()</title>
		<link>http://www.cngothic.com/20080905/javascript-auto-scroll.html</link>
		<comments>http://www.cngothic.com/20080905/javascript-auto-scroll.html#comments</comments>
		<pubDate>Fri, 05 Sep 2008 02:02:50 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[clearTimeout()]]></category>
		<category><![CDATA[scrollBy()]]></category>
		<category><![CDATA[setTimeout()]]></category>
		<category><![CDATA[自动滚屏]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=177</guid>
		<description><![CDATA[Javascript脚本:自动滚屏效果实例
在阅读文章时.由于文章内容过多.可以使用此方法.可以让网页自动向下滚动来方便阅读.
此篇文章讲到了三个知识点:
setTimeout():在指定的毫秒数后调用函数或计算... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080905/javascript-auto-scroll.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:Location 对象</title>
		<link>http://www.cngothic.com/20080903/javascript-location.html</link>
		<comments>http://www.cngothic.com/20080903/javascript-location.html#comments</comments>
		<pubDate>Wed, 03 Sep 2008 09:24:40 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[assign()]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[Location 对象]]></category>
		<category><![CDATA[pathname]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[reload()]]></category>
		<category><![CDATA[replace()]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=173</guid>
		<description><![CDATA[Javascript脚本:Location 对象
Location 对象是 Window 对象的一个部分，可通过 window.location 属性来访问。
举例说下 Location 对象 的属性与方法
hash:设置或返回从井号 (#) 开始的 URL（锚）
网址:http://www.cng... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080903/javascript-location.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:Switch语句</title>
		<link>http://www.cngothic.com/20080727/javascript-switch.html</link>
		<comments>http://www.cngothic.com/20080727/javascript-switch.html#comments</comments>
		<pubDate>Sun, 27 Jul 2008 03:39:14 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[Switch语句]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=152</guid>
		<description><![CDATA[Javascript脚本:Switch语句
switch语句用于从多种选择路线中选择一条路线执行的情况。
与Vbscript中的select&#8230;case语句非常相似
swithc语句的语法格式：
switch (expressin){
case labe1 :
statements;//条件表达式... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080727/javascript-switch.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript脚本:document对象的write()和writeln()方法区别</title>
		<link>http://www.cngothic.com/20080725/javascript-write-writeln.html</link>
		<comments>http://www.cngothic.com/20080725/javascript-write-writeln.html#comments</comments>
		<pubDate>Fri, 25 Jul 2008 06:34:50 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[pre]]></category>
		<category><![CDATA[write()]]></category>
		<category><![CDATA[writeln()]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=151</guid>
		<description><![CDATA[Javascript脚本:document对象的write()和writeln()方法区别
write()和writeln()这种方法都是用于页面输出的。
如下面代码:
&#60;script type=&#34;text/javascript&#34;&#62;
wirte(&#34;cngothic.com&#34;);
writeln(&#34;歌特中国&#34;... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080725/javascript-write-writeln.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>点击显示隐藏层</title>
		<link>http://www.cngothic.com/20080503/onclick-display.html</link>
		<comments>http://www.cngothic.com/20080503/onclick-display.html#comments</comments>
		<pubDate>Sat, 03 May 2008 07:27:54 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[Web实例]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[onclick]]></category>
		<category><![CDATA[隐藏层]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=126</guid>
		<description><![CDATA[点击显示隐藏层
在用户注册时点击多选框。显示填写高级资料。点击文章标题显示文章简介。点击留言标题显示留言内容。
Cngothic不会AJAX做不了异步交互的效果。通常使用JS来做类似的效果。... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080503/onclick-display.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>表单元素onfous()改变样式</title>
		<link>http://www.cngothic.com/20080418/from-onfous.html</link>
		<comments>http://www.cngothic.com/20080418/from-onfous.html#comments</comments>
		<pubDate>Fri, 18 Apr 2008 01:16:52 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[Web实例]]></category>
		<category><![CDATA[onfous()]]></category>
		<category><![CDATA[样式]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=112</guid>
		<description><![CDATA[表单元素onfous()改变样式 当表单内的文本框获取焦聚时其文件框的样式改变。看这句以为Cngothic当时会以为是在每个表单元素上面加一句JS。如：onfous=&#8221;..&#8221;.今个在织梦里看到一个不错例... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080418/from-onfous.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>漂亮的日历插件-Web Calendar</title>
		<link>http://www.cngothic.com/20080417/web-calendar2.html</link>
		<comments>http://www.cngothic.com/20080417/web-calendar2.html#comments</comments>
		<pubDate>Thu, 17 Apr 2008 05:19:17 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[Web实例]]></category>
		<category><![CDATA[Web Calendar 网页日历]]></category>
		<category><![CDATA[日期控件]]></category>
		<category><![CDATA[网页日历]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=110</guid>
		<description><![CDATA[推荐一款漂亮的日历插件.相比Cngothic另一日志中提到的网页日期/日历控件-Web Calendar拥有更弦的界面。采用CSS做的界面可以很方便的修改界面。应用于网中。来选择日期是那么的方便。经我测试... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080417/web-calendar2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>window.top.document的用法</title>
		<link>http://www.cngothic.com/20080411/window-top-document.html</link>
		<comments>http://www.cngothic.com/20080411/window-top-document.html#comments</comments>
		<pubDate>Fri, 11 Apr 2008 00:49:57 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[window.top]]></category>
		<category><![CDATA[限制IP段]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=102</guid>
		<description><![CDATA[window.top.document的用法巧秒解决更换顶层窗口样式
这个是我在做限制IP段时用到的。举例说明下。
静态内容页上如何判断IP段尼。想来想去了就两种方法：
1:输写JS进行。插入到内容页后。让其... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080411/window-top-document.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>文本框里只能输入字母和数字和汉字等正则方法</title>
		<link>http://www.cngothic.com/20080329/javascript-text1.html</link>
		<comments>http://www.cngothic.com/20080329/javascript-text1.html#comments</comments>
		<pubDate>Sat, 29 Mar 2008 02:36:56 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[javascript脚本 文本框]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20080329/javascript-text1.html</guid>
		<description><![CDATA[1只能是英文和数字有两种实现方法
2只能输入英文和数字
3只能输入数字
4只能输入中文正则方法

1只能是英文和数字有两种实现方法
&#60;input onkeyup=&#34;value=value.replace(/[\W]/g,'')&#34;onbeforepaste=&#34... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080329/javascript-text1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>document.getElementById使用方法1</title>
		<link>http://www.cngothic.com/20080324/document-getelementbyid.html</link>
		<comments>http://www.cngothic.com/20080324/document-getelementbyid.html#comments</comments>
		<pubDate>Mon, 24 Mar 2008 13:55:57 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[document.getElementById]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20080324/document-getelementbyid.html</guid>
		<description><![CDATA[document.getElementById使用方法1
我想把one1拆开1这个在子程序里传递过去。后跟one组合在一起。做id。
这样给 id 为 one1 的对象加样式。
(&#8220;one&#8221;+a).style.background=&#8221;#f00&#8243;;这种写法不对。... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080324/document-getelementbyid.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>网页日期/日历控件-Web Calendar</title>
		<link>http://www.cngothic.com/20080223/web-calendar.html</link>
		<comments>http://www.cngothic.com/20080223/web-calendar.html#comments</comments>
		<pubDate>Sat, 23 Feb 2008 09:30:26 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[Web Calendar 网页日历]]></category>
		<category><![CDATA[日期控件]]></category>
		<category><![CDATA[网页日历]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20080223/%e7%bd%91%e9%a1%b5%e6%97%a5%e6%9c%9f%e6%97%a5%e5%8e%86%e6%8e%a7%e4%bb%b6-web-calendar.html</guid>
		<description><![CDATA[网页日期,日历控件,Web Calendar 网页日历
方便轻松解决日期输入,日期难验,加强网页亲和性.Cngothic推荐一款网页日期/日历控件-Web Calendar
网页日期/日历控件-Web Calendar:下载

看代码如下:
&#60;html&#62... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080223/web-calendar.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>不间断滚动,间歇滚动,翻屏滚动,MSClass不间断滚动类</title>
		<link>http://www.cngothic.com/20080110/msclass.html</link>
		<comments>http://www.cngothic.com/20080110/msclass.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 11:10:21 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[不间断滚动]]></category>
		<category><![CDATA[翻屏滚动]]></category>
		<category><![CDATA[间歇滚动]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20080110/msclass.html</guid>
		<description><![CDATA[不间断滚动,间歇滚动,翻屏滚动,MSClass不间断滚动类
网上五花八门的不间断滚动，间歇滚动，翻屏滚动代码等大多都不符合WEB标准化。
即页面上头为&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Tran... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080110/msclass.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>列表多选项全选反选</title>
		<link>http://www.cngothic.com/20080102/list-del.html</link>
		<comments>http://www.cngothic.com/20080102/list-del.html#comments</comments>
		<pubDate>Wed, 02 Jan 2008 12:16:35 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Asp编程]]></category>
		<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[全选]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20080102/list-del.html</guid>
		<description><![CDATA[今天写一篇关于后台新闻列表全选删除的文章。
对于歌特中国中的日志在发表带符号的日志时页面上的符合有些错误会变成全角。
稍稍懂的代码的朋友都应该知道怎么解决。下面开工。
JS代码... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080102/list-del.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>鼠标经过图片渐显效果</title>
		<link>http://www.cngothic.com/20071217/onmousemove-image1.html</link>
		<comments>http://www.cngothic.com/20071217/onmousemove-image1.html#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:21:36 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[渐显效果]]></category>
		<category><![CDATA[鼠标经过图片]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071217/%e9%bc%a0%e6%a0%87%e7%bb%8f%e8%bf%87%e5%9b%be%e7%89%87%e6%b8%90%e6%98%be%e6%95%88%e6%9e%9c.html</guid>
		<description><![CDATA[给窦窦同志弄个了鼠标经过图片渐显效果。让窦窦同志感激我吧。^-^
代码示例：
&#60;SCRIPT language=JavaScript1.2&#62;
&#60;!&#8211;
function high(which2){
theobject=which2
highlighting=setInterval(&#8220;highlightit(theobject... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071217/onmousemove-image1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Window.Open()</title>
		<link>http://www.cngothic.com/20071112/window-open.html</link>
		<comments>http://www.cngothic.com/20071112/window-open.html#comments</comments>
		<pubDate>Mon, 12 Nov 2007 15:41:23 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[Window.Open]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071112/windowopen.html</guid>
		<description><![CDATA[Window.Open详解,Window.open()使用方法
代码示例：
&#60;SCRIPT&#62;
&#60;!&#8211;
window.open (&#8216;http://www.cngothic.com&#8217;,newwindow&#8217;,'height=400,width=400,top=0,left=0,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=n... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071112/window-open.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>项目追加</title>
		<link>http://www.cngothic.com/20071109/js-zhuijia.html</link>
		<comments>http://www.cngothic.com/20071109/js-zhuijia.html#comments</comments>
		<pubDate>Fri, 09 Nov 2007 09:54:52 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Javascript脚本]]></category>
		<category><![CDATA[项目追加]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071109/6.html</guid>
		<description><![CDATA[

这两天在在论坛上发的帖子．不知道这个是怎么实验出来的．．
No Related PostNovember 8, 2007 -- GuestBook (21)December 9, 2007 -- Windows 2003下成功配置Iis+Php+Mysql+Zend Optimizer+GD库+Phpmyadmin (12)August 26, 2008 -- sq... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071109/js-zhuijia.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
