<?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>blogging and scraping &#187; innerpage</title>
	<atom:link href="http://www.tsnpc.com/tag/innerpage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tsnpc.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 22:54:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Send data into an inner html of iframe by watir</title>
		<link>http://www.tsnpc.com/send-data-into-an-inner-html-of-iframe-by-watir/</link>
		<comments>http://www.tsnpc.com/send-data-into-an-inner-html-of-iframe-by-watir/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 16:24:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[watir]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[innerpage]]></category>

		<guid isPermaLink="false">http://www.tsnpc.com/?p=146</guid>
		<description><![CDATA[I tried to input data to the inner html of iframe by watir for several months, and posted questions to many forums but got no answer. Yesterday an idea came into my mind, and I found a solution, following is the code: ie77.frame(:id, /Editor/).document.body.innertext = &#8220;good and better&#8221; Related Blogs Related Blogs on iframe Ajax [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to input data to the inner html of iframe by watir for several months, and posted questions to many forums but got no answer.</p>
<p>Yesterday an idea came into my mind, and I found a solution, following is the code:</p>
<p>ie77.frame(:id, /Editor/).document.body.innertext = &#8220;good and better&#8221;<br />
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>iframe</b></li>
<li><a href="http://manikandanmv.wordpress.com/2008/10/24/ajax-file-upload/">Ajax File Upload</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>innerpage</b></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>watir</b></li>
<li><a href="http://watirpodcast.com/bret-pettichord-on-firewatir/"><b>Watir</b> Podcast 7: Bret Pettichord (<b>Watir</b> Lead Developer) on FireWatir</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tsnpc.com/send-data-into-an-inner-html-of-iframe-by-watir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
