Re: Problem with FormPost (General questions)

by Paul Draper, (7210 days ago) @ Jasmine

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.

locked

Complete thread: