View Single Post
Old 12-09-2007, 12:22 PM   PM User | #1
name _F1
Regular Coder

 
Join Date: Jun 2006
Posts: 225
Thanks: 6
Thanked 3 Times in 3 Posts
name _F1 is on a distinguished road
Call Javascript function from Java applet

Is it possible to call a Javascript function from a Java applet in a cross-browser fashion? I know that Javascript can call Java methods, but can it be done in the reverse? The only other solution I can think of, which is far from ideal, is querying the Java applet at intervals and return a Boolean indicating whether to perform the function.
name _F1 is offline   Reply With Quote