<?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/"
	>
	<channel>
		<title>Comments on: A Firefox Javascript bug?</title>
		<link>http://www.gerd-riesselmann.net/archives/2005/03/a-firefox-javascript-bug</link>
		<description>Gerd Riesselmann: Notes From the Bog-All Around Objects: C++, .NET, PHP, Design Patterns And More</description>
		<language>en</language>
		<pubDate>Wed, 17 Jan 2007 14:25:34 +0100</pubDate>
		<generator>Drupal TotalFeeds Module</generator>
				<image>
			<title>Comments on: A Firefox Javascript bug?</title>
			<link>http://www.gerd-riesselmann.net/archives/2005/03/a-firefox-javascript-bug</link>
			<url>http://www.gerd-riesselmann.net/images/feedbog.png</url>
						<width>130</width>
			<height>80</height>
					</image>
			<item>
		<title>// You can make the submit</title>
		<link>http://www.gerd-riesselmann.net/node/54%2523comment-3297</link>
		<description>// You can make the submit event fire when the form is submitted via a script (works only in FF):
&lt;code&gt;
var Event = document.createEvent(&#039;HTMLEvents&#039;);
Event.initEvent(&#039;submit&#039;, false, false);
d.forms[0].dispatchEvent(Event);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>// You can make the submit event fire when the form is submitted via a script (works only in FF):<br />
<code> var Event = document.createEvent(&#039;HTMLEvents&#039;); Event.initEvent(&#039;submit&#039;, false, false); d.forms[0].dispatchEvent(Event); </code></p>
]]></content:encoded>
		<pubDate>Wed, 17 Jan 2007 14:25:34 +0100</pubDate>
		<dc:creator>Simon</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/54%2523comment-3297</guid>
							</item>
		<item>
		<title>Also worth noting is that</title>
		<link>http://www.gerd-riesselmann.net/node/54%2523comment-70</link>
		<description>Also worth noting is that submit events, whether in the onsubmit attribute or dynamically added, will not fire when form.submit(); is used. This is in IE and Firefox and I guess others.</description>
		<content:encoded><![CDATA[<p>Also worth noting is that submit events, whether in the onsubmit attribute or dynamically added, will not fire when form.submit(); is used. This is in IE and Firefox and I guess others.</p>
]]></content:encoded>
		<pubDate>Thu, 03 Nov 2005 00:28:33 +0100</pubDate>
		<dc:creator>Derek</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/54%2523comment-70</guid>
							</item>
		<item>
		<title>[...] Firefox canceling proble</title>
		<link>http://www.gerd-riesselmann.net/node/54%2523comment-42</link>
		<description>[...] Firefox canceling problem solved	 	 	 	 			I&amp;#8217;d like to thank Johannes Hölzl, who &lt;a href=&quot;http://www.gerd-riesselmann.net/archives/2005/03/a-firefox-javascript-bug/#comment-601&quot;&gt;pointed out my stupid mistake&lt;/a&gt; regarding canceling form sub [...]</description>
		<content:encoded><![CDATA[<p>[...] Firefox canceling problem solved	 	 	 	 			I&#8217;d like to thank Johannes Hölzl, who <a href="http://www.gerd-riesselmann.net/archives/2005/03/a-firefox-javascript-bug/#comment-601">pointed out my stupid mistake</a> regarding canceling form sub [...]</p>
]]></content:encoded>
		<pubDate>Sun, 17 Apr 2005 20:30:04 +0200</pubDate>
		<dc:creator>Gerd Riesselmann: Notes From The Bog - Firefox canceling pro</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/54%2523comment-42</guid>
							</item>
		<item>
		<title>The 
ECMAScript binding for DOM Events says that the EventListe</title>
		<link>http://www.gerd-riesselmann.net/node/54%2523comment-43</link>
		<description>The &lt;a href=&quot;http://www.w3.org/TR/DOM-Level-2-Events/ecma-script-binding.html&quot;&gt;
ECMAScript binding for DOM Events&lt;/a&gt; says that the EventListener (which is the function &quot;cancel&quot;) hasn&#039;t any returnvalue. But you get as parameter an Event object, where you can call &quot;stopPropagation()&quot; or &quot;preventDefault()&quot;.</description>
		<content:encoded><![CDATA[<p>The <a href="http://www.w3.org/TR/DOM-Level-2-Events/ecma-script-binding.html"><br />
ECMAScript binding for DOM Events</a> says that the EventListener (which is the function "cancel") hasn't any returnvalue. But you get as parameter an Event object, where you can call "stopPropagation()" or "preventDefault()".</p>
]]></content:encoded>
		<pubDate>Sun, 17 Apr 2005 14:38:16 +0200</pubDate>
		<dc:creator>Johannes Hölzl</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/54%2523comment-43</guid>
							</item>
		</channel>
	</rss>
	