<?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>Fred Palma &#124; Computer Scientist &#187; javascript</title>
	<atom:link href="http://fredpalma.com/category/language/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredpalma.com</link>
	<description>Specialist in Software Process Improvement, Public Politics and Strategic Management in Health</description>
	<lastBuildDate>Wed, 21 Jul 2010 13:05:22 +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>Create, send form by javascript</title>
		<link>http://fredpalma.com/436/create-send-form-by-javascript/</link>
		<comments>http://fredpalma.com/436/create-send-form-by-javascript/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:46:33 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[form]]></category>

		<guid isPermaLink="false">http://fredpalma.com/?p=436</guid>
		<description><![CDATA[sendfrm () { formulario = document.createElement(&#8220;form&#8221;); formulario.id = &#8220;sendform&#8221;; formulario.action = &#8220;send.php&#8221;; formulario.method = &#8220;POST&#8221;; formulario.id = &#8220;sendform&#8221;; formulario.target=&#8217;csv&#8217;; var newField1 = document.createElement(&#8216;input&#8217;); newField1.setAttribute(&#8216;name&#8217;, &#8216;data&#8217;); newField1.setAttribute(&#8216;type&#8217;, &#8216;hidden&#8217;); formulario.appendChild(newField1); formulario.elements[0].value = window.document.getElementById(&#8216;dvRelatorio&#8217;).innerHTML; document.body.appendChild(formulario); var myWin = window.open(formulario.action, formulario.target,&#8217;height=100,width=200&#8242;); formulario.submit(); } &#8230;onclick=&#8221;sendfrm();&#8221;&#8230;]]></description>
		<wfw:commentRss>http://fredpalma.com/436/create-send-form-by-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
