Starting Up a Telnet Window

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Zorth
Forum Commoner
Posts: 76
Joined: Fri Feb 20, 2004 8:00 pm

Starting Up a Telnet Window

Post 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.
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

<a href="telnet://host:port">Click me</a>
Zorth
Forum Commoner
Posts: 76
Joined: Fri Feb 20, 2004 8:00 pm

Post by Zorth »

Thanks.
Post Reply