You are not logged in. AnnouncementForums are now closed as we moved them to google groups.
You can use the following Google Groups to discuss about DebugBar and IETester products:
#1 2010-01-21 19:09:45
Form improperly uses GET instead of POSTAlthough my form's method attribute is set to POST, IETester seems to be sending a GET request instead. I've verified this happens in IE6 mode using Fiddler. Here's the code for a page demonstrating this error: Code:<html> <head></head> <body> <div style="display:none"> <form id="formId" name="formName" action="formAction" target="_blank" method="POST"> <input type="text" name="textName" value="textValue" /> </form> </div> <div onclick="document.formName.submit();"> <h1>CLICK ME!</h1> </div> </body> </html> My OS is Microsoft Windows XP Professional Version 2002 Service Pack 3 Offline #2 2010-01-28 07:40:19
Re: Form improperly uses GET instead of POSTHi, Offline #3 2010-01-29 21:12:15
Re: Form improperly uses GET instead of POSTLooks like I'll have to push for a real IE6 install to test this app sooner rather than later (network security here won't allow Windows Virtual PC). Offline |