Re: Problem with FormPost - WeOnlyDo Discussion board

Re: Problem with FormPost (General questions)

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

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: