<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results by user ID 5158</title><link>http://forums.method.me/cs/search/SearchResults.aspx?o=DateDescending&amp;u=5158</link><description>Search results by user ID 5158</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Web form error with IE only</title><link>http://forums.method.me/cs/forums/p/1781/6342.aspx#6342</link><pubDate>Wed, 01 Jun 2011 04:29:02 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6342</guid><dc:creator>larryr</dc:creator><description>&lt;p&gt;On further analysis, I have found a bug in IE8. The problem, as you correctly discovered, was that my html had a form within a form. However, this state of affairs was not how I had constructed the page.&lt;/p&gt;
&lt;p&gt;My page was loaded into memory correctly, as a single xhtml form. However, when I assigned that text to the innerHTML of my page container div, IE changed the structure, and moved the endform element to make the resulting html incorrect. Further processing compounded this error to insert the nested form element.&lt;/p&gt;
&lt;p&gt;It turns out the problem was that I had a button element as the last element in the form, but specified as follows:&lt;/p&gt;
&lt;p&gt;&amp;lt;form&amp;gt;&amp;lt;div&amp;gt;...&amp;lt;button ... /&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;IE turned this into&lt;/p&gt;
&lt;p&gt;&amp;lt;form&amp;gt;&amp;lt;div&amp;gt;...&amp;lt;button&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/button&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;This put the closing form tag in the wrong place.&lt;/p&gt;
&lt;p&gt;I corrected the problem by specifying the button with an explicit closing tag:&lt;/p&gt;
&lt;p&gt;&amp;lt;form&amp;gt;&amp;lt;div&amp;gt;...&amp;lt;button ...&amp;gt;&amp;lt;/button&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;-- Larry&lt;/p&gt;</description></item><item><title>Re: Web form error with IE only</title><link>http://forums.method.me/cs/forums/p/1781/6300.aspx#6300</link><pubDate>Tue, 31 May 2011 00:28:26 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6300</guid><dc:creator>larryr</dc:creator><description>&lt;p&gt;Thank you for the quick response. I was aware of the html issue, but I didn&amp;#39;t think it was related to the IE error. I very much appreciate your help!&lt;/p&gt;
&lt;p&gt;-- Larry&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Web form error with IE only</title><link>http://forums.method.me/cs/forums/p/1781/6291.aspx#6291</link><pubDate>Mon, 30 May 2011 20:18:36 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6291</guid><dc:creator>larryr</dc:creator><description>&lt;p&gt;I have a web form which works in Firefox, but the same form (same site) generates an error when I submit it from IE8.&lt;/p&gt;
&lt;p&gt;This form can be found at www.freedupsolutions.com if you click on either the Find Out More button or the Contact Us button.&lt;/p&gt;
&lt;p&gt;In Firefox, the form is submitted, I get the contact info in my Opportunities, and I receive a notification by email as expected. But in IE8, no data is submitted, no notification is generated, and I receive the &amp;#39;We couldn&amp;#39;t authenticate web form provider&amp;#39; error message.&lt;/p&gt;
&lt;p&gt;www.freeupsolutions.com is included as an authorized web form provider (otherwise, the form would not work from Firefox).&lt;/p&gt;
&lt;p&gt;Larry&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>