Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to pass a javascript variable to a java program.... Is there any possibility to pass a javascript variable to a java program... plz help me
Posted

1 solution

I'm not quite sure what you mean here, Javascript runs in a browser, and Java runs in a JVM. However, if the target program is a Java applet you can do it as described here[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 31-Jan-12 21:56pm    
That's right, a 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900