<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>「[Web] 連結分享」的迴響</title>
	<atom:link href="http://www.jaceju.net/blog/?feed=rss2&#038;p=315" rel="self" type="application/rss+xml" />
	<link>http://www.jaceju.net/blog/?p=315</link>
	<description>記錄學習製作網站的一切</description>
	<lastBuildDate>Wed, 08 Sep 2010 11:41:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>由：jaceju</title>
		<link>http://www.jaceju.net/blog/?p=315&#038;cpage=1#comment-1151</link>
		<dc:creator>jaceju</dc:creator>
		<pubDate>Wed, 27 Feb 2008 15:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaceju.net/blog/?p=315#comment-1151</guid>
		<description>To 路人：

沒關係啦，技術本來就是要討論才會進步；我也是有很多地方不明白的，還望網路上的各位高人們指點。
</description>
		<content:encoded><![CDATA[<p>To 路人：</p>
<p>沒關係啦，技術本來就是要討論才會進步；我也是有很多地方不明白的，還望網路上的各位高人們指點。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：路人</title>
		<link>http://www.jaceju.net/blog/?p=315&#038;cpage=1#comment-1150</link>
		<dc:creator>路人</dc:creator>
		<pubDate>Wed, 27 Feb 2008 15:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaceju.net/blog/?p=315#comment-1150</guid>
		<description>To jaceju:

很抱歉，是我搞錯了，過去在腦海中的記憶一直以為 IE 把 name 的值複製為 id 的值，剛測了一下確實不是這麼回事，出來擾民真是不好意思，我還是速速散去～～
</description>
		<content:encoded><![CDATA[<p>To jaceju:</p>
<p>很抱歉，是我搞錯了，過去在腦海中的記憶一直以為 IE 把 name 的值複製為 id 的值，剛測了一下確實不是這麼回事，出來擾民真是不好意思，我還是速速散去～～</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：kuni</title>
		<link>http://www.jaceju.net/blog/?p=315&#038;cpage=1#comment-1149</link>
		<dc:creator>kuni</dc:creator>
		<pubDate>Mon, 25 Feb 2008 05:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaceju.net/blog/?p=315#comment-1149</guid>
		<description>真的，Regular Expressions太重要了。前陣子，才去買了聖經本回來K。
</description>
		<content:encoded><![CDATA[<p>真的，Regular Expressions太重要了。前陣子，才去買了聖經本回來K。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：jaceju</title>
		<link>http://www.jaceju.net/blog/?p=315&#038;cpage=1#comment-1148</link>
		<dc:creator>jaceju</dc:creator>
		<pubDate>Sat, 23 Feb 2008 04:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaceju.net/blog/?p=315#comment-1148</guid>
		<description>To 路人：

感謝說明 :)

不過我試的結果好像沒有「複製 id」耶？

我的方式是這樣子的：
1. 畫面上只有一個 name=&quot;abc&quot; 的元素。
2. 用 var a = document.getElementById(&#039;abc&#039;) 來取得這個元素 (當然是在 IE 上) 。
3. alert(a.id); 不會有值。
4. alert(a.name); 出現 abc 。

能否請教你是如何測試的嗎？還是我想錯了？
</description>
		<content:encoded><![CDATA[<p>To 路人：</p>
<p>感謝說明 <img src='http://www.jaceju.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>不過我試的結果好像沒有「複製 id」耶？</p>
<p>我的方式是這樣子的：<br />
1. 畫面上只有一個 name="abc" 的元素。<br />
2. 用 var a = document.getElementById(&#8216;abc&#8217;) 來取得這個元素 (當然是在 IE 上) 。<br />
3. alert(a.id); 不會有值。<br />
4. alert(a.name); 出現 abc 。</p>
<p>能否請教你是如何測試的嗎？還是我想錯了？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：路人</title>
		<link>http://www.jaceju.net/blog/?p=315&#038;cpage=1#comment-1147</link>
		<dc:creator>路人</dc:creator>
		<pubDate>Fri, 22 Feb 2008 18:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaceju.net/blog/?p=315#comment-1147</guid>
		<description>IE 不是把 name 屬性錯當成 id 屬性，而是載入文件時，沒有 id 時會把 name 的值複製為 id 的值，runtime 時 createElement 可不會這麼做。
</description>
		<content:encoded><![CDATA[<p>IE 不是把 name 屬性錯當成 id 屬性，而是載入文件時，沒有 id 時會把 name 的值複製為 id 的值，runtime 時 createElement 可不會這麼做。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
