Sending additional parameters.

Sending additional (send-through) parameters from the entry link to the exit link.To send the parameters the "a=y" parameter should be added to the system entry link, and specify the necessary output parameters after it.

Example 1. It is necessary to add "name1=val1&name2=val2" to the exit link. To do that, we add a string "&a=y&name1=val1&name2=val2" to the entry link. As a result, the entry link should look like this: http://mywts.com/cgi-bin/wtsin.cgi?id=ID...&a=y&name1=val1&name2=val2 The exit link will be like this: http://outsite.com/?...name1=val1&name2=val2

Example 2. It is necessary to add the parameter without a name to the exit link, i.e. the exit link should look like this: http://outsite.com/?parameter To do that, add string "&a=y&noname=parameter" to the entry link. The entry link must look like this: http://mywts.com/cgi-bin/wtsin.cgi?id=ID...&a=y&noname=parameter