Internet Explorer May Not Start Telnet from a Gopher Link (174601)
The information in this article applies to:
- Microsoft Internet Explorer 4.0 for Windows NT 4.0
- Microsoft Internet Explorer 3.02 for Windows NT 4.0
- Microsoft Internet Explorer 4.0 for Windows 95
- Microsoft Internet Explorer 3.02 for Windows 95
This article was previously published under Q174601 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- Click Start, and then click Run.
- 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.
- Click OK.
Start a Standalone Session of Telnet- Click Start, and then click Run.
- In the Open box, type telnet, and then
click OK.
- On the Connect menu, click Remote System.
- In the Host Name box, type the Telnet address.
- Click Connect.
Start a Telnet Session from Internet Explorer- Double-click the The Internet icon on the desktop.
- In the Address box, type the following command, and then press ENTER
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.
Modification Type: | Major | Last Reviewed: | 12/3/2004 |
---|
Keywords: | KB174601 |
---|
|