Javascript to Java Applet communication

后端 未结 4 1138
余生分开走
余生分开走 2020-12-06 03:19

I am trying to pass a selected value from HTML drop-down to an Applet method, using setter method in the Applet. But every time the Javascript is invoked it shows \"object d

4条回答
  •  生来不讨喜
    2020-12-06 04:12

    I think the tag is obsolete and tag shoudl be used instead. I recall there was some boolean param named scriptable in the object tag.

    Why you do not use deployment toolkit ? It would save you a lot of trying - see http://rostislav-matl.blogspot.com/2011/10/java-applets-building-with-maven.html for more info.

    提交回复
    热议问题