<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Beutelevision - Latest Comments in Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>http://beutelevision.disqus.com/</link><description>Blog by Thomas Beutel</description><atom:link href="https://beutelevision.disqus.com/result_of_expression_8216documentforms0submit8217_object_htmlinputelement_is_not_a_function/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 26 Jul 2013 16:40:38 -0000</lastBuildDate><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-977712732</link><description>&lt;p&gt;You saved me a lot of searching - thank you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob</dc:creator><pubDate>Fri, 26 Jul 2013 16:40:38 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-643378628</link><description>&lt;p&gt;It would have taken me forever to figure this out on my own. Thank you and thank google! :) &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bethany</dc:creator><pubDate>Fri, 07 Sep 2012 11:24:13 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-497558888</link><description>&lt;p&gt;Thanks for posting this. Saved me a ton of time figuring out why my form was broken in Safari. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic</dc:creator><pubDate>Sat, 14 Apr 2012 11:36:46 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-393170532</link><description>&lt;p&gt;I'm glad it helped! - Thomas&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Beutel</dc:creator><pubDate>Fri, 23 Dec 2011 12:38:07 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-392953834</link><description>&lt;p&gt;I was confused by this too..thanks..this really helped! James&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James</dc:creator><pubDate>Fri, 23 Dec 2011 06:56:47 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-331232523</link><description>&lt;p&gt;Seems like I run into this problem about once year and it is sites like this that save my ass.&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gocaballero</dc:creator><pubDate>Mon, 10 Oct 2011 17:31:45 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-177698988</link><description>&lt;p&gt;You saved me from going insane with this problem. Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gb</dc:creator><pubDate>Mon, 04 Apr 2011 05:00:25 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-157913380</link><description>&lt;p&gt;Thank you. It is people like you that saves headaches when googeling error-messages, would have taken me forever without you &amp;lt;3&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle</dc:creator><pubDate>Mon, 28 Feb 2011 17:41:13 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-123500472</link><description>&lt;p&gt;It's not a matter of preset functions, because it happens with all LOADED functions, not the inline ones:&lt;br&gt;//script included:&lt;br&gt;function f() {&lt;br&gt;  alert("I'm going do submit");&lt;br&gt;}&lt;br&gt;// html:&lt;br&gt;&amp;lt;form id="f" name="f" action="f.html"&amp;gt;&lt;br&gt;&amp;lt;button type="button" onclick="f()"&amp;gt;GO&amp;lt;/button&amp;gt;&lt;br&gt;&amp;lt;/form&amp;gt;&lt;br&gt;This code runs in the same error (probably because DOM object's ids and function's names share same memory and the Javascript Engine returns the first occurrence, that's the DOM one).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fmele</dc:creator><pubDate>Mon, 03 Jan 2011 10:43:08 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-111122483</link><description>&lt;p&gt;Thank you for this post! I have been fighting this for about 20 minutes, until I saw this.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wayne</dc:creator><pubDate>Mon, 13 Dec 2010 11:35:25 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-38486037</link><description>&lt;p&gt;You are the man! I have been troubleshooting this for hours. It's always the simplest explanation. Thanks for pointing this out!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Russell</dc:creator><pubDate>Sun, 07 Mar 2010 20:39:59 -0000</pubDate></item><item><title>Re: Result of expression &amp;#8216;document.forms[0].submit&amp;#8217; [[object HTMLInputElement]] is not a function.</title><link>https://beutelevision.com/blog2/2009/09/15/result-of-expression-document-forms0-submit-object-htmlinputelement-is-not-a-function/#comment-25547619</link><description>&lt;p&gt;Thanks, I had this exact problem. Googling for error messages saves the day.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Liza</dc:creator><pubDate>Fri, 11 Dec 2009 14:57:13 -0000</pubDate></item></channel></rss>