Kill Java Applet via Javascript

前端 未结 2 709

I am working for a developing firm and am doing a major redesign on a Web Application, which reloaded everything after each click, to make extensive use of Javascript, so it act

2条回答
  •  时光说笑
    2021-01-23 06:10

    I would suggest that you create a class that monitors the applet to be killed. run the monitor as some sort of servlet and get javascript to post 'kill applet' commands when it needs to be killed.

提交回复
热议问题