java - Which JSObject should I be using? -
i'm trying make java applet interact through javascript in enclosing environment.
up until now, i've been using netscape.javascript.jsobject
type deal calls java functions js, i've discovered there's sun.plugin.javascript.jsobject
, , sun.plugin.javascript.navig.jsobject
!
i've tried finding out more these 2 other versions no avail. should stick netscape.javascript.jsobject
?
i've tried finding out more these 2 other versions no avail. should stick
netscape.javascript.jsobject
?
yes. public interface other classes might support behind scenes.
Comments
Post a Comment