<?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>Web development &#187; Syntax</title>
	<atom:link href="http://sourcecodemoney.com/tag/syntax/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcecodemoney.com</link>
	<description>Use source code for money</description>
	<lastBuildDate>Mon, 21 Nov 2011 12:03:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Accessing other frame data</title>
		<link>http://sourcecodemoney.com/accessing-other-frame-data/php-code/</link>
		<comments>http://sourcecodemoney.com/accessing-other-frame-data/php-code/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 11:13:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP code]]></category>
		<category><![CDATA[Accessing Other Frame Data]]></category>
		<category><![CDATA[Form Php]]></category>
		<category><![CDATA[Iframe Code]]></category>
		<category><![CDATA[Input Type Text]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Script Php]]></category>
		<category><![CDATA[Syntax]]></category>
		<category><![CDATA[Type Button]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=87</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		In your main page you have an iframe. The iframe code is: &#60;input type=&#8221;text&#8221; value=&#8221;andy&#8221; name=&#8221;myname&#8221;&#62; To access the data from that iframe the syntax will be : Formname.document.getElementsByName.(&#8216;contaolname&#8217;)[0].value So the code for the main file is: &#60;script&#62; function getvalue() { alert(frame1.document.getElementsByName(&#8216;myname&#8217;)[0].value); } &#60;/script&#62; &#60;iframe src=&#8221;form.php&#8221; name=&#8221;frame1&#8243;&#62;&#60;/iframe&#62; &#60;input type=&#8221;button&#8221; value=&#8221;Get value&#8221; onclick=&#8221;getvalue()&#8221;&#62;]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/accessing-other-frame-data/php-code/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>In your main page you have an iframe. The iframe code is:</p>
<div id="code">&lt;input type=&#8221;text&#8221; value=&#8221;andy&#8221; name=&#8221;myname&#8221;&gt;</div>
<p>To access the data from that iframe the syntax will be :</p>
<p><em>Formname.document.getElementsByName.(&#8216;contaolname&#8217;)[0].value</em></p>
<p>So the code for the main file is:</p>
<div id="code">&lt;script&gt;<br />
function getvalue()<br />
{<br />
alert(frame1.document.getElementsByName(&#8216;myname&#8217;)[0].value);<br />
}<br />
&lt;/script&gt;<br />
&lt;iframe src=&#8221;form.php&#8221; name=&#8221;frame1&#8243;&gt;&lt;/iframe&gt;</p>
<p>&lt;input type=&#8221;button&#8221; value=&#8221;Get value&#8221; onclick=&#8221;getvalue()&#8221;&gt;</p></div>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/accessing-other-frame-data/php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Tag at wordpress</title>
		<link>http://sourcecodemoney.com/cloud-tag-at-wordpress/wordpress/</link>
		<comments>http://sourcecodemoney.com/cloud-tag-at-wordpress/wordpress/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 11:31:53 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Args]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Syntax]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[Tag Cloud]]></category>
		<category><![CDATA[Wordpress Tagcloud]]></category>
		<category><![CDATA[Wp]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=36</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		The syntax for wordpress cloud tag is : &#60;?php wp_tag_cloud( $args ); ?&#62; You can pass the following arguments to the function: &#8216;smallest&#8217; &#8216;largest&#8217; &#8216;unit&#8217; &#8216;number&#8217; &#8216;orderby&#8217; The sample code are: &#60;?php wp_tag_cloud(&#8216;smallest=8&#38;largest=22&#8242;); ?&#62; &#60;?php wp_tag_cloud(&#8216;smallest=8&#38;largest=22&#38;number=40&#8242;); ?&#62;]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/cloud-tag-at-wordpress/wordpress/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>The syntax for wordpress cloud tag is :</p>
<div id="code">&lt;?php wp_tag_cloud( $args ); ?&gt;</div>
<div>You can pass the following arguments to the function:</div>
<div>
<ul>
<li>&#8216;smallest&#8217;</li>
<li>&#8216;largest&#8217;</li>
<li>&#8216;unit&#8217;</li>
<li>&#8216;number&#8217;</li>
<li>&#8216;orderby&#8217;</li>
</ul>
</div>
<div>The sample code are:</div>
<div id="code">&lt;?php wp_tag_cloud(&#8216;smallest=8&amp;largest=22&#8242;); ?&gt;<br />
&lt;?php wp_tag_cloud(&#8216;smallest=8&amp;largest=22&amp;number=40&#8242;); ?&gt;</div>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/cloud-tag-at-wordpress/wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

