<?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>cathylopez.com &#187; iframe</title>
	<atom:link href="http://cathylopez.com/tag/iframe/feed/" rel="self" type="application/rss+xml" />
	<link>http://cathylopez.com</link>
	<description>sharing some random thoughts</description>
	<lastBuildDate>Sun, 22 Jan 2012 08:43:37 +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>How to access element values inside an iframe using Javascript?</title>
		<link>http://cathylopez.com/2009/08/02/how-to-access-element-values-inside-an-iframe-using-javascript/</link>
		<comments>http://cathylopez.com/2009/08/02/how-to-access-element-values-inside-an-iframe-using-javascript/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 16:23:32 +0000</pubDate>
		<dc:creator>cathy</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[html elements]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://cathylopez.com/?p=113</guid>
		<description><![CDATA[Here&#8217;s another helpful post for beginners in how to access element values inside an iframe. var txt = window.frames&#91;&#34;iframeName&#34;&#93;.document.forms&#91;&#34;formName&#34;&#93;.elements&#91;&#34;elementName&#34;&#93;.value; Tip:  To avoid confusion, your page elements should have the same Id and Name. I hope this helps!]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another helpful post for beginners in how to access element values inside an iframe.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> txt <span style="color: #339933;">=</span> window.<span style="color: #660066;">frames</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">&quot;iframeName&quot;</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">document</span>.<span style="color: #660066;">forms</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">&quot;formName&quot;</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">elements</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">&quot;elementName&quot;</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">value</span><span style="color: #339933;">;</span></pre></div></div>

<p>Tip:  To avoid confusion, your page elements should have the same Id and Name.</p>
<p>I hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://cathylopez.com/2009/08/02/how-to-access-element-values-inside-an-iframe-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

