--- In [email protected], Anil Ranka <[EMAIL PROTECTED]> wrote:

> Can we call JavaScript API from SVG applet.

An applet can call JavaScript in the HTML document the applet is
embedded in if it has the mayscript attribute (e.g.
  <applet mayscript ...></applet>
) and if the applet code imports the necessary package
  import netscape.javascript.*;
see
<http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/java_js.html>
for details and examples. Note that while the package name says
"netscape.javascript" nowadays with the Sun Java plugin that stuff
does not depend on the browser being Netscape.





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to