<?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>iTamers Simple SEO &#187; form</title>
	<atom:link href="http://www.itamer.com/tag/form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itamer.com</link>
	<description>Sarah King&#039;s blog and programming examples</description>
	<lastBuildDate>Thu, 17 Nov 2011 02:23:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Submitting a form using Javascript</title>
		<link>http://www.itamer.com/submit-form-using-javascript/192/</link>
		<comments>http://www.itamer.com/submit-form-using-javascript/192/#comments</comments>
		<pubDate>Fri, 16 Sep 2005 19:22:36 +0000</pubDate>
		<dc:creator>Sarah King</dc:creator>
				<category><![CDATA[PHP & Web Development]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/submitting-a-forum-using-javascript/192/</guid>
		<description><![CDATA[It's sometimes necessary to submit a form using javascript rather than by using the normal serverside validation (or as well as). This is a handy example of how to do it... PLAIN TEXT HTML: &#60;html&#62; &#60;head&#62; &#60;meta http-equiv="content-type" content="text/html;charset=iso-8859-1"&#62; &#60;title&#62;Submit Form example from www.itamer.com/submit-form-using-javascript/192/&#60;/title&#62; &#60;script&#62;function submitMe() { alert('In submitMe()'); document.submitForm.submit(); return; } &#60;/script&#62; &#60;/meta&#62; &#60;/head&#62; [...]]]></description>
		<wfw:commentRss>http://www.itamer.com/submit-form-using-javascript/192/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

