I am trying to put a remote connection into the form field of our TS webpage but need to put one in with a different port #. For example, the listen port for a certain machine is 3395 and I would like to put a connection to that machine on the TS website. Has anyone done this? look at the last entry in the following html. This doesn't want to work.
<!--webbot bot="Validation" s-display-name="Server" b-value-required="TRUE" b-disallow-first-item="TRUE" --><select size="1" name="Server" id="editServer">
<OPTION SELECTED>Pick A Server. </OPTION>
<option value="146.152.215.117">Gate: Outside Office</option>
<option value="68.189.141.219">Machine 1: Outside Office</option>
<option value="172.21.24.3">Gate: In Office</option>
<option value="172.21.24.20">Soloman: In Office</option>
<option value="172.21.24.2">Ares</option>
<option value="172.21.24.15">Kong</option>
<option value="246.134.35.17:3396">Becky</option>
<!--webbot bot="Validation" s-display-name="Server" b-value-required="TRUE" b-disallow-first-item="TRUE" --><select size="1" name="Server" id="editServer">
<OPTION SELECTED>Pick A Server. </OPTION>
<option value="146.152.215.117">Gate: Outside Office</option>
<option value="68.189.141.219">Machine 1: Outside Office</option>
<option value="172.21.24.3">Gate: In Office</option>
<option value="172.21.24.20">Soloman: In Office</option>
<option value="172.21.24.2">Ares</option>
<option value="172.21.24.15">Kong</option>
<option value="246.134.35.17:3396">Becky</option>