Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Call JavaApplet from HTML/Javascript/Php on the button click

934949May 3 2012 — edited Jul 5 2012
Hello 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2012
Added on May 3 2012
4 comments
200 views