Re: Problem with FormPost (General questions)
Hi Kreso,
Componant generates:
<code>http://devserver/tmtrack/tmtrack.dll?StdPage=&Template=sframe</code>
The web page I'm going to expects the URL
<code>http://devserver/tmtrack/tmtrack.dll?StdPage&Template=sframe</code>
It's a very subtle difference, the unneccessary = in the =& causes the problem.
The receiving page thinks that the variable StdPage has the value &Template=sframe and thus goes wrong!
Regards
Paul.
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