are there any know issues with using getURL in combination with 
prototypes, handleEvent and operationComplete in ASV3/6? the following 
code yields a parameter type mismatch error for getURL passing "this" as 
callback-function argument and i don't see a reason why it should ;-)

strange.svg:
<svg>
<script type="text/javascript"><![CDATA[
function Strange() {
     document.getElementById("r").addEventListener("click",this,false);
}
Strange.prototype.handleEvent = function(evt) {
     getURL("strange.svg",this);
}
Strange.prototype.operationComplete = function(req) {
     alert(req.success);
}
new Strange();

]]></script>
<rect id="r" x="20" y="20" width="40" height="30" />
</svg>

any ideas how to solve this?
klaus


------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hm36jg7/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124808146/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

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