<?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.hjide.com/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hjide.com</link>
	<description>每一天我們都在進步</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:48:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>《JavaScript 语言参考》中文版 chm文件下载</title>
		<link>http://www.hjide.com/article/194.htm</link>
		<comments>http://www.hjide.com/article/194.htm#comments</comments>
		<pubDate>Wed, 31 Jan 2007 03:40:08 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JS/AJAX]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[参考手册]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=194</guid>
		<description><![CDATA[JavaScript 语言参考 中文版 chm格式 《JavaScript 语言参考》中文版 chm文件下载]]></description>
		<wfw:commentRss>http://www.hjide.com/article/194.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何禁止自己的页面在别人的框架里打开</title>
		<link>http://www.hjide.com/article/174.htm</link>
		<comments>http://www.hjide.com/article/174.htm#comments</comments>
		<pubDate>Mon, 22 Jan 2007 12:52:41 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JS/AJAX]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=174</guid>
		<description><![CDATA[把以下代码加至你的&#60;head&#62;区 &#60;script&#62; if (window.top!=self){ window.top.location=self.location } &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.hjide.com/article/174.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>英文排版的问题:怎么能让英文自动排列整齐</title>
		<link>http://www.hjide.com/article/173.htm</link>
		<comments>http://www.hjide.com/article/173.htm#comments</comments>
		<pubDate>Mon, 22 Jan 2007 12:51:59 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JS/AJAX]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=173</guid>
		<description><![CDATA[请使用css中的 text-align: justify; HTML 代码片段如下:&#60;table style=&#34;TABLE-LAYOUT: fixed&#34; width=&#34;100%&#34; border=&#34;0&#34; cellspacing=&#34;0&#34; cellpadding=&#34;7&#34; bgcolor=&#34;#f7f7f7&#34;&#62;&#60;tr&#62; &#60;td style=&#34;LEFT: 0px; WIDTH: 100%; text-align: justify&#34;&#62;&#60;font color=&#34;#990000&#34;&#62;[效果]&#60;/font&#62;&#60;br&#62;who are you you are a aaa is it comprehention who are you you are a pig is it comprehentionwho are you you are a aaa is it comprehentionwho are you you are a aaa is [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/173.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>保持layer在最前面，而不被Iframe、Object所覆盖</title>
		<link>http://www.hjide.com/article/172.htm</link>
		<comments>http://www.hjide.com/article/172.htm#comments</comments>
		<pubDate>Mon, 22 Jan 2007 12:50:32 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JS/AJAX]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=172</guid>
		<description><![CDATA[只要在Layer中再插Iframe 或 Object 设z-Index值 HTML 代码片段如下:&#60;div z-Index:2&#62;&#60;object xxx&#62;&#60;/object&#62;&#60;/div&#62; ＃ 前面 &#60;div z-Index:1&#62;&#60;object xxx&#62;&#60;/object&#62;&#60;/div&#62; ＃ 后面 &#60;div id=&#34;Layer2&#34; style=&#34;position:absolute; top:40;width:400px; height:95px;z-index:2&#34;&#62;&#60;table height=100% width=100% bgcolor=&#34;#ff0000&#34;&#62;&#60;tr&#62;&#60;td height=100% width=100%&#62;&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;&#60;iframe width=0 height=0&#62;&#60;/iframe&#62;&#60;/div&#62;&#60;div id=&#34;Layer1&#34; style=&#34;position:absolute; top:50;width:200px; height:115px;z-index:1&#34;&#62;&#60;iframe height=100% width=100%&#62;&#60;/iframe&#62;&#60;/div&#62;]]></description>
		<wfw:commentRss>http://www.hjide.com/article/172.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>请问怎么在网页中改变鼠标的箭头形状</title>
		<link>http://www.hjide.com/article/171.htm</link>
		<comments>http://www.hjide.com/article/171.htm#comments</comments>
		<pubDate>Mon, 22 Jan 2007 12:47:33 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JS/AJAX]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=171</guid>
		<description><![CDATA[HTML 代码片段如下:&#60;body&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: auto;&#34;&#62;auto&#60;/a&#62;&#60;br&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: crosshair &#34;&#62;crosshair &#60;/a&#62;&#60;br&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: default &#34;&#62;default &#60;/a&#62;&#60;br&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: hand &#34;&#62;hand &#60;/a&#62;&#60;br&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: move &#34;&#62;move &#60;/a&#62;&#60;br&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: e-resize &#34;&#62;e-resize &#60;/a&#62;&#60;br&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: ne-resize &#34;&#62;ne-resize &#60;/a&#62;&#60;br&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: nw-resize&#34;&#62;nw-resize&#60;/a&#62;&#60;br&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: n-resize&#34;&#62;n-resize&#60;/a&#62;&#60;br&#62; &#60;a href=&#34;#&#34; style=&#34;cursor: se-resize&#34;&#62;se-resize&#60;/a&#62;&#60;br&#62; &#60;a [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/171.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解释一下event.X和event.clientX有什么区别</title>
		<link>http://www.hjide.com/article/170.htm</link>
		<comments>http://www.hjide.com/article/170.htm#comments</comments>
		<pubDate>Mon, 22 Jan 2007 12:44:22 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JS/AJAX]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=170</guid>
		<description><![CDATA[event.clientX返回事件发生时,mouse相对于客户窗口的X坐标 event.X也一样 但是如果设置事件对象的定位属性值为relative event.clientX不变 而event.X返回事件对象的相对于本体的坐标 event代表事件的状态，例如事件发生的的元素、鼠标的位置等等，event对象只在事件过程中才有效。 event属性： altKey 检索ALT键的当前状态 可能的值 true为关闭 false为不关闭 button 检索按下的鼠标键 可能的值： 0 没按键 1 按左键 2 按右键 3 按左右键 4 按中间键 5 按左键和中间键 6 按右键和中间键 7 按所有的键 cancelBubble 设置或检索当前事件是否将事件句柄起泡 可能的值： false 启用起泡 true 取消该事件起泡 clientX 检索与窗口客户区域有关的鼠标光标的X坐标，属性为只读，没有默认值。 clientY 检索与窗口客户区域有关的鼠标光标的Y坐标，属性为只读，没有默认值。 ctrlKey ctrlKey 检索CTRL键的当前状态 可能的值 true为关闭 false为不关闭 dataFld 检索被oncellchange事伯影响的列 aTransfer 为拖放操作提供预先定义的剪贴板式。 Element 检索在on mouseover和on [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/170.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JS检测输入是否是汉字</title>
		<link>http://www.hjide.com/article/152.htm</link>
		<comments>http://www.hjide.com/article/152.htm#comments</comments>
		<pubDate>Wed, 10 Jan 2007 07:31:46 +0000</pubDate>
		<dc:creator>堕落天使</dc:creator>
				<category><![CDATA[JS/AJAX]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[源码]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=152</guid>
		<description><![CDATA[[codes=javascript]&#60;script language=&#34;JavaScript&#34;&#62; &#160; function check(str) { &#160; &#160;&#160;var s; &#160; &#160;&#160;var ts; &#160; &#160;&#160;var tscode; &#160; &#160;&#160;for (i=0;i&#60;str.length;i++) { &#160; &#160;&#160;&#160;&#160;ts=str.substring(i); &#160; &#160;&#160;&#160;&#160;tscode=charCodeAt(ts); &#160; &#160;&#160;&#160;&#160;if ((tscode&#60;19968)&#124;&#124;(ts&#62;40959)) { &#160; &#160;&#160;&#160;&#160;&#160;&#160;alert(&#34;you must input chinese&#34;); &#160; &#160;&#160;&#160;&#160;&#160;&#160;return false; &#160; &#160;&#160;&#160;&#160;} &#160; &#160;&#160;&#160;&#160;else {&#160;&#160;&#160;&#160;&#160;&#160;return true;&#160;&#160;&#160;&#160;} &#160; &#160;&#160;} &#160; } &#160; &#160;&#60;/script&#62; [/codes]charCodeAt()返回字符的unicode代码。中文字符的代码从4e00-9fff(19968-40959)]]></description>
		<wfw:commentRss>http://www.hjide.com/article/152.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>转：Javascript 屏幕宽度，IE可视宽度，及浮动广告</title>
		<link>http://www.hjide.com/article/86.htm</link>
		<comments>http://www.hjide.com/article/86.htm#comments</comments>
		<pubDate>Sun, 03 Dec 2006 14:04:34 +0000</pubDate>
		<dc:creator>Jock</dc:creator>
				<category><![CDATA[技术相关]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.tgb.net.cn/?p=86</guid>
		<description><![CDATA[mark &#60;script&#62; &#160;alert(screen.width+&#34;*&#34;+screen.height) &#160;&#60;/script&#62; &#160;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#160;screen.width &#160;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#160;&#60;script&#62; &#160;function &#160;centerWindow(url,w,h){ &#160;l=(screen.width-w)/2 &#160;t=(screen.height-h)/2 &#160;window.open(url,&#039;&#039;,&#039;left=&#039;+l+&#039;,top=&#039;+t+&#039;,width=&#039;+w+&#039;,height=&#039;+h) &#160;} &#160;&#60;/script&#62; &#160;&#60;input &#160;type=button &#160;onclick=&#34;centerWindow(&#039;about:blank&#039;,200,200)&#34;&#62; &#160;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#160;&#60;body&#62; &#160;&#60;SCRIPT &#160;LANGUAGE=&#34;JavaScript&#34;&#62; &#160;var &#160; &#160;s &#160;=&#34;网页可见区域宽：&#34;+ &#160;document.body.clientWidth; &#160;s+=&#34;&#92;r&#92;n网页可见区域高：&#34;+ &#160;document.body.clientHeight; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n网页正文全文宽：&#34;+ &#160;document.body.scrollWidth; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n网页正文全文高：&#34;+ &#160;document.body.scrollHeight; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n网页正文部分上：&#34;+ &#160;window.screenTop; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n网页正文部分左：&#34;+ &#160;window.screenLeft; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n屏幕分辨率的高：&#34;+ &#160;window.screen.height; &#160;s &#160;+= &#160;&#34;&#92;r&#92;n屏幕分辨率的宽：&#34;+ &#160;window.screen.width; &#160;s &#160;+=&#34;&#92;r&#92;n屏幕可用工作区高度：&#34;+ [...]]]></description>
		<wfw:commentRss>http://www.hjide.com/article/86.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

