<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; onchange</title>
	<atom:link href="http://www.sajithmr.me/tag/onchange/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Sat, 07 Apr 2012 16:30:06 +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>Onchange, form submit &#8211; Error</title>
		<link>http://www.sajithmr.me/onchange-form-submit-error</link>
		<comments>http://www.sajithmr.me/onchange-form-submit-error#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:27:27 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[form submit]]></category>
		<category><![CDATA[onchange]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=480</guid>
		<description><![CDATA[If you are facing onchange and form submit of select-box (combo box) in html, you are not alone. In sometimes onchange = &#8220;document.formname.submit()&#8221; won&#8217;t submit the form, while it works on other html pages. There is hidden truth of this problem is , there may be some other input having the name &#8220;submit&#8221;. This cause [...]]]></description>
			<content:encoded><![CDATA[<p>If you are facing onchange and form submit of <strong>select-box</strong> (combo box) in html, you are not alone.</p>
<p>In sometimes onchange = &#8220;<span style="color: #008000;"><strong>document.formname.submit()</strong></span>&#8221; won&#8217;t submit the form, while it works on other html pages.</p>
<p>There is hidden truth of this problem is , there may be some other input having the name &#8220;submit&#8221;. This cause problem in IE and some other browsers. So rename the input field name from <strong>submit</strong> to any other name (In most case we use the name of submit button as &#8220;submit&#8221;).</p>
<p>It is a rare tip,  you may  face this someday !!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/onchange-form-submit-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

