Click to See Complete Forum and Search --> : Telnet emulator in a web page


phil_r
06-18-2003, 12:33 PM
Does anyone know of a program that will produce a telnet session embedded in a webpage? There's a program on Windows called MultiView which offers this facitily. You point your browser at a specific URL and a java-based telnet session opens on the webpage, giving you shell access to the server.

I can't seem to find an equivalent on Linux, anyone know of one?

Thanks,
Phil.

JohnT
06-18-2003, 12:59 PM
Webterm:
http://freshmeat.net/projects/webterm/?topic_id=159%2C158



Can you not just configure your browser with 'telnet' configured as a helper app and just embed URL's of the form:

<a href="telnet://appserver.mydomain.org"> Telnet to our Application Server</a>

Good Luck....http://www.linuxgazette.com/issue32/tag_javaterm.html