|
|
You are not logged in. Announcement
When reporting a problem or a bug
Thanks.PLEASE tell your OS version (INCLUDING service pack) and installed IE version. And if possible provide an url where the problem can be reproduced or some code to reproduce it, and all possible additional information. #1 2010-01-21 20: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 08:40:19Re: Form improperly uses GET instead of POSTHi, Offline #3 2010-01-29 22: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 |