ASP runs on a web server and SVG/script runs in a browser on a client.  The SVG 
events trigger event functions in the browser.  To get back to the server you 
need to call getURL() or postURL() in your event function in the browser.  The 
SVG events in the client cannot directly trigger ASP functions on the server.
 
If you have some other configuration, that is, the ASP is not running on a web 
server and the SVG/script is not in a browser, and you can explain it then 
perhaps there are other answers.

CWS <[EMAIL PROTECTED]> wrote:
I need example how to raise event on ASP and SVG like this


ON SVG:
^^^^^^^^^^^^^^^^
<svg xmlns="http://www.w3.org/2000/svg"; width="500" 
height="280"onmouseover="hParent.MYFunction(evt)">
   <script><![CDATA[var hParent;]]>
   </script>


on ASP
^^^^^^^^^

Function .MYFunction(......)
.
.
.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]



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