ID: Q174601
The information in this article applies to:
When you try to connect to a Telnet site from a Gopher link using Internet Explorer, the Telnet session may not start or may report that the destination must be a file.
Internet Explorer does not correctly handle the Gopher field type for Telnet sessions.
To work around this problem, connect to the Telnet site using the Telnet tool included with Windows 95 and Windows NT, or place a scripted redirect in an HTML file on the Gopher site.
1. Click Start, and then click Run.
2. In the Open box, type "telnet://<server.com>:/<port>/8" (without
quotation marks), where <server.com> is the Telnet site address, <port>
is the Telnet server port number, and 8 is the Gopher field type to
start a Telnet session.
3. Click OK.
1. Click Start, and then click Run.
2. In the Open box, type "telnet" (without quotation marks), and then
click OK.
3. On the Connect menu, click Remote System.
4. In the Host Name box, type the Telnet address.
5. Click Connect.
1. Double-click the The Internet icon on the desktop.
2. In the Address box, type the following command, and then press ENTER
telnet:server.com:port/8
where <server.com> is the Telnet site address, <port> is the Telnet
server port number, and 8 is the Gopher field type to start Telnet.
NOTE: The slashes are not used when you connect to a Telnet site from
Internet Explorer.
WARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this code "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
The following sample script demonstrates how to script a redirect to a Telnet session in an HTML file. When you click the HTML reference to the Web address, Telnet starts and opens the Telnet site.
<http><body>
<script>
<!---
parent.location.href="telnet://server.com:port/8"
-->
</script>
</body></html>
Microsoft has confirmed this to be a problem in the products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
For more information about using Telnet and Internet Explorer, see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID : Q163391
TITLE : Troubleshooting Problems Communicating on the Internet
ARTICLE-ID : Q171648
TITLE : Troubleshooting Connections in NetMeeting Using Telnet
ARTICLE-ID : Q163606
TITLE : Changing Source Code Editor in Internet Explorer
Additional query words: 4.00
Keywords : kbtool msiew95 msient
Platform : WINDOWS
Last Reviewed: February 17, 1999