<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://commons.oreilly.com/wiki/skins/common/feed.css?97"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Talk:Greasemonkey Hacks/Web Forms - Revision history</title>
		<link>http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.11.0</generator>
		<lastBuildDate>Thu, 23 May 2013 19:14:03 GMT</lastBuildDate>
		<item>
			<title>Cmorrisontp at 18:23, 25 May 2009</title>
			<link>http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;diff=24428&amp;oldid=prev</link>
			<description>&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;</description>
			<pubDate>Mon, 25 May 2009 18:23:13 GMT</pubDate>			<dc:creator>Cmorrisontp</dc:creator>			<comments>http://commons.oreilly.com/wiki/index.php/Talk:Greasemonkey_Hacks/Web_Forms</comments>		</item>
		<item>
			<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>http://commons.oreilly.com/wiki/index.php?title=Talk:Greasemonkey_Hacks/Web_Forms&amp;diff=24427&amp;oldid=prev</link>
			<description>&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;</description>
			<pubDate>Mon, 25 May 2009 18:14:07 GMT</pubDate>			<dc:creator>Cmorrisontp</dc:creator>			<comments>http://commons.oreilly.com/wiki/index.php/Talk:Greasemonkey_Hacks/Web_Forms</comments>		</item>
	</channel>
</rss>