Re: Problem with FormPost (General questions)
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:
- Problem with FormPost - Paul Draper, 2005-09-20, 15:37
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 15:41
- Re: Problem with FormPost - wodSupport, 2005-09-20, 16:10
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 16:51
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 16:56
- Re: Problem with FormPost - wodSupport, 2005-09-20, 18:40
- Re: Problem with FormPost - Paul Draper, 2005-09-21, 10:46
- Re: Problem with FormPost - wodSupport, 2005-09-20, 18:40
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 16:56
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 16:51
- Re: Problem with FormPost - wodSupport, 2005-09-20, 16:10
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 15:41