Re: Problem with FormPost - WeOnlyDo Discussion board

Re: Problem with FormPost (General questions)

by wodSupport, Tuesday, September 20, 2005, 18:40 (7003 days ago) @ Paul Draper

Paul,

actually, I think this is server-side issue. If I use Internet Explorer with code like this in local.htm file: [code]<html>
<form action= http://www.somepage.com method=GET>
<input name= StdName value= >
<input name= Template value= something >
<input type=Submit>
</form></html>[/code], open it, and click on 'submit' button, IE redirects me to this URL: [code]http://www.somepage.com/?StdName=&Template=something[/code]
As you can see - IE did add = just like wodHttpDLX. So, I don't think we have a bug.


Complete thread: