Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Terminal Svcs Embedded in web page...

Status
Not open for further replies.

egnilk66

IS-IT--Management
Mar 2, 2005
48
US
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top