Internet Explorer May Not Start Telnet from a Gopher Link

ID: Q174601


The information in this article applies to:
  • Microsoft Internet Explorer versions 3.02, 4.0 for Windows 95
  • Microsoft Internet Explorer versions 3.02, 4.0 for Windows NT 4.0


SYMPTOMS

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.


CAUSE

Internet Explorer does not correctly handle the Gopher field type for Telnet sessions.


RESOLUTION

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.

Start the Telnet Session from the Open Line

  1. Click Start, and then click Run.


  2. In the Open box, type 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 a Telnet session.


  3. Click OK.


Start a Standalone Session of Telnet

  1. Click Start, and then click Run.


  2. In the Open box, type telnet, 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.


Start a Telnet Session from Internet Explorer

  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.

Place a Scripted Redirect to the Telnet Site in an HTML File

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> 


STATUS

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.


MORE INFORMATION

For more information about using Telnet and Internet Explorer, see the following articles in the Microsoft Knowledge Base:

Q163391 Troubleshooting Problems Communicating on the Internet

Q171648 Troubleshooting Connections in NetMeeting Using Telnet

Q163606 Changing Source Code Editor in Internet Explorer

Additional query words: 4.00

Keywords : kbtool msiew95 msient
Version : WINDOWS:3.02,4.0
Platform : WINDOWS
Issue type :


Last Reviewed: December 16, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.