Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Dynamic site and form: need help!

Quote Reply
Dynamic site and form: need help!
Hi all!

One week ago I have transferred(translated) a site in a dynamic mode. Right after it at me problems with statistics at the sponsor have started to arise: at him cliques on references to my site are not taken into account. By steadfast survey I have found out, that the dynamic operating mode corrects my code of references and consequently the statistics is not conducted correctly.

This code correctly works in a static mode:
<form method="get" action="<............>"
<.................>
<input type="hidden" name="pid" value=".............">
<input type="hidden" name="aid" value=".............">
<input type="hidden" name="url" value=".............">
<input type="submit" value="Buy">
</form>

But in a dynamic mode it varies and looks so:

<form method="get" action="<............>"
<input type=hidden name='d' value='1'>
<.................>
<input type="hidden" name="pid" value=".............">
<input type="hidden" name="aid" value=".............">
<input type="hidden" name="url" value=".............">
<input type="submit" value="Buy">
</form>

Accordingly, the statistics completely breaks also I lose the points at the sponsor.
Who can will prompt, in what way it is possible to bypass this problem that at generating the form this code was not inserted:
<input type=hidden name='d' value='1'>

Best regards,
Bigpat


_________________________________________________________________________________________________________________
Web directory and search engine | Dirlist.net Directory - Add your link today.
Subject Author Views Date
Thread Dynamic site and form: need help! Bigpat 1800 Feb 5, 2004, 11:25 PM
Post Re: [Bigpat] Dynamic site and form: need help!
pugdog 1717 Feb 6, 2004, 4:07 AM