Call JavaApplet from HTML/Javascript/Php on the button click
934949May 3 2012 — edited Jul 5 2012Hello guys!
I have a JAR file, to establish telnet sessions. Everything is working with this simple piece of HTML code:
<html>
<body>
<applet CODEBASE="."
ARCHIVE="Telnet.jar"
CODE="Telnet.Applet"
WIDTH=500 HEIGHT=300>
</applet>
</body>
</html>
But there is something more. :)
I wan't to make a network topology with MS Visio , click on the Router, Switch or on the Firewall icon , and just then run that Java applet.
I can't find any good example how to achieve this. Maybe this is possible by running Java Applet from Javascript ? Etc. "onClickButton" ?
Thank you for your time and your answers.
Any help is highly appreciated!