Is there anyone who can explain me the communication between SVG,
JavaScript and a Java servlet?

Even a link would be great!

Thank you.

--- In svg-developers@yahoogroups.com, "derguteonkeldod"
<[EMAIL PROTECTED]> wrote:
> 
> Maybe I will understand better if I post my little code here.
> 
> <svg width="800" height="600">
>   <defs>
>     <script type="text/ecmascript">
>       <![CDATA[
>         function theCall(evt)
>         {
>           ????????????????????????????????????????
>         }
>       ]]>
>     </script>
>   </defs>
>   <circle onmouseover="theCall(evt)" cx="100" cy="100" r="20"
> style="fill:red"/>
> </svg>
> 
> So what's the code inside the function 'theCall(evt)'?
> 
> 
> 
> --- In svg-developers@yahoogroups.com, "Rick Bullotta"
> <[EMAIL PROTECTED]> wrote:
> > If I recall correctly, in the "internal" script that handles the event
> > (inside of your SVG), call out to the web browser's script engine
(and a
> > javascript function in the HTML page) using something like:
> > 
> > window.parent.yourFunction();
> > 
> > - Rick
> > 
> > -----Original Message-----
> > From: svg-developers@yahoogroups.com
> > [mailto:[EMAIL PROTECTED] On Behalf Of derguteonkeldod
> > Sent: Monday, April 25, 2005 8:55 AM
> > To: svg-developers@yahoogroups.com
> > Subject: [svg-developers] Re: SVG & Java servlets
> > 
> > 
> > 
> > Thank you Rick,
> > 
> > I was looking for examples at the Adobe homepage but could not find
> > examples. Even not by googling. Maybe you know a homepage where this
> > topic was discussed or know where I can find a 'howto'.





-----
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/

<*> 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