
-----------------------------------
hamid14
Thu Sep 29, 2011 7:21 pm

javascript alert at certain point of applet
-----------------------------------
i have an applet in an html page and what im trying to do is when the game ends, the score variable is sent to javascript and an alert pops up with the score. How do I make it so that the score variable is retrieved at a specific point in time? thanks for any help!

-----------------------------------
2goto1
Thu Sep 29, 2011 8:20 pm

RE:javascript alert at certain point of applet
-----------------------------------
Applet to JavaScript bridging supports that, see http://stackoverflow.com/questions/6014561/bridge-between-the-java-applet-and-the-text-input-controls-on-the-web-page for an example
