<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Development memo &#187; DOM</title>
	<atom:link href="http://officesoya.net/weblog/tag/dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://officesoya.net/weblog</link>
	<description>Rough Consensus　And Running code</description>
	<lastBuildDate>Mon, 21 Jun 2010 09:22:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/tag/dom/feed/" />
		<item>
		<title>Javascript　elementの値がとれず、ハマリました</title>
		<link>http://officesoya.net/weblog/2009/03/17/javascrip/</link>
		<comments>http://officesoya.net/weblog/2009/03/17/javascrip/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 01:37:23 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[thickbox]]></category>
		<category><![CDATA[DOM]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=143</guid>
		<description><![CDATA[DOM(thickbox)で読み込んだページの先でJavascriptによるフォームの精査をするスクリプトを書いたのですが、elementの値がとれず、原因を調べるのに少々時間がかかりました。
原因はフォーム名の重複でし [...]]]></description>
			<content:encoded><![CDATA[<p>DOM(thickbox)で読み込んだページの先でJavascriptによるフォームの精査をするスクリプトを書いたのですが、elementの値がとれず、原因を調べるのに少々時間がかかりました。</p>
<p>原因はフォーム名の重複でした。こんな基本的なところで引っかかるなんて・・・。DOMで読み込んだものがFORMの0番目だと思い込んでいたので、それがそもそもの間違いでした。DOMを呼び出している側のFORMが0番目になります。</p>
<p>結局DOMで読み込んだ側のFORMに名前をつけてやって無事解決しました。</p>
<p>いずれまたはまりそうな気がしたのでメモっておきます。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2009/03/17/javascrip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2009/03/17/javascrip/" />
	</item>
	</channel>
</rss>
