PDA

Click to See Complete Forum and Search --> : Pass Variable from Java


kokzai
Feb 17th, 2004, 09:56 PM
How do i pass variable from Java to Javascript so that variable display in Javascript with alert sytnax

CornedBee
Feb 18th, 2004, 03:25 AM
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

Acidic
Feb 18th, 2004, 07:19 PM
can JS not read a field inside a Java applet?