CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Java and JSP (http://www.codingforums.com/forumdisplay.php?f=54)
-   -   Call Javascript function from Java applet (http://www.codingforums.com/showthread.php?t=129358)

name _F1 12-09-2007 12:22 PM

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.

Aradon 12-09-2007 09:06 PM

There is an article on just how to do this here:

link

Sun talks about this a little as well here:

Sun Link


All times are GMT +1. The time now is 05:24 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.