<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://commons.oreilly.com/wiki/skins/common/feed.css?97"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;action=history&amp;feed=atom</id>
		<title>Talk:Greasemonkey Hacks/Web Forms - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;action=history&amp;feed=atom"/>
		<link rel="alternate" type="text/html" href="http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;action=history"/>
		<updated>2013-05-25T08:12:44Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.11.0</generator>

	<entry>
		<id>http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;diff=24428&amp;oldid=prev</id>
		<title>Cmorrisontp at 18:23, 25 May 2009</title>
		<link rel="alternate" type="text/html" href="http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;diff=24428&amp;oldid=prev"/>
				<updated>2009-05-25T18:23:13Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;

			&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;tr&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 18:23, 25 May 2009&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;real_submit = HTMLFormElement.prototype.submit;&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;real_submit = HTMLFormElement.prototype.submit;&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;HTMLFormElement.prototype.submit = handleSubmit;&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;HTMLFormElement.prototype.submit = handleSubmit;&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;window.addEventListener('submit', handleSubmit, true);&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;It fails with an error in regards to the &amp;quot;prototype&amp;quot; property.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;It fails with an error in regards to the &amp;quot;prototype&amp;quot; property.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Cmorrisontp</name></author>	</entry>

	<entry>
		<id>http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;diff=24427&amp;oldid=prev</id>
		<title>Cmorrisontp: New page: Many, if not all, of the descriptions of how to hook submissions from forms are wrong. The following code, simply does not work in FF 3.x:  real_submit = HTMLFormElement.prototype.submit;&lt;...</title>
		<link rel="alternate" type="text/html" href="http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;diff=24427&amp;oldid=prev"/>
				<updated>2009-05-25T18:14:07Z</updated>
		
		<summary type="html">&lt;p&gt;New page: Many, if not all, of the descriptions of how to hook submissions from forms are wrong. The following code, simply does not work in FF 3.x:  real_submit = HTMLFormElement.prototype.submit;&amp;lt;...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Many, if not all, of the descriptions of how to hook submissions from forms are wrong. The following code, simply does not work in FF 3.x:&lt;br /&gt;
&lt;br /&gt;
real_submit = HTMLFormElement.prototype.submit;&amp;lt;br&amp;gt;&lt;br /&gt;
HTMLFormElement.prototype.submit = handleSubmit;&amp;lt;br&amp;gt;&lt;br /&gt;
window.addEventListener('submit', handleSubmit, true);&lt;br /&gt;
&lt;br /&gt;
It fails with an error in regards to the &amp;quot;prototype&amp;quot; property.&lt;br /&gt;
&lt;br /&gt;
Is there a known fix for this?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Craig&lt;/div&gt;</summary>
		<author><name>Cmorrisontp</name></author>	</entry>

	</feed>