Internet Explorer May Not Start Telnet from a Gopher Link

Last reviewed: October 2, 1997
Article 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" (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.

Start a Standalone Session of Telnet

  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.

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:

   ARTICLE-ID : Q163391
   TITLE      : Troubleshooting Problems Communicating on the Internet

   ARTICLE-ID : Q171649
   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 msient msiew95
Version : WINDOWS:3.02,4.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 2, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.