Page 1 of 1

Starting Up a Telnet Window

Posted: Sat Mar 20, 2004 5:47 pm
by Zorth
Hey all,

I was wondering how I would go about making a link which opens up a telnet window for Windows. It would connect to a host and a port, connecting it to a program on another computer which is set up.

Any help is appreciated.

Zorth.

Posted: Sat Mar 20, 2004 8:27 pm
by Illusionist
<a href="telnet://host:port">Click me</a>

Posted: Sun Mar 21, 2004 6:55 am
by Zorth
Thanks.