1
I need to access via telnet network devices (Switchs and routers) that are displayed in a list.
The idea was that by clicking on the network asset name, open Teraterm, or Putty for connection on the device.
Remembering that the program is already installed on the machine, it would be basically a shortcut to the execution.
However I tried with HTML with link and also with Javascript and I did not succeed.
I could do this some other way?
I believe I would have to set up a protocol Handler, just like the
mailto
for e-mail, or themagnet
for torrent files. But I don’t know how to do.– Vinícius Gobbo A. de Oliveira
if it was not possible by link, it would be possible by a button?
– Felipe Oliveira
Maybe if it’s a button on a Java applet, but I’ve never programmed an applet, I don’t know how big the security restrictions imposed by the sandbox are. Otherwise, on a common button or in Flash, certainly not.
– Vinícius Gobbo A. de Oliveira