How do i pass variable from Java to Javascript so that variable display in Javascript with alert sytnax
Printable View
How do i pass variable from Java to Javascript so that variable display in Javascript with alert sytnax
From an applet to JavaScript? I'm not sure if security settings permit this, but you can try to use LiveConnect to somehow connect to the applet from JavaScript.
See
www.devedge.com
can JS not read a field inside a Java applet?