Hello,
I īll drag and drop <g> objects.
But how could I can take the javascript functions from the javascript code by 
using the PHP created.


for example:

script file:
function ClickObj(evt)
 {
 }
 function MoveObj(evt)
 {
 }
 function OutClickObj(evt)
 {
 }
getURL("stallp.php",callback_get_tiere);

function callback_get_svg(urlRequestStatus)
{
 new_node=cb_parse(urlRequestStatus);
 child=svgdoc.getElementById("map")
 child.appendChild(new_node);
}


------------------------------

stallp.php:
<svg>
<?
print ('<g id="Tier'.$i.'"
 onmousedown="ClickDown(evt)" onclick="ClickObj(evt)"
onmousemove="MoveObj(evt)"
    onmouseup="OutOfObj(evt)" onmouseout="OutOfObj(evt)"
    >');
?>
</g>
</svg>


Why could the functions in scriptfile not found?
Canj anybody help me?

Burkhard Stollenwerk


[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