Source

<svg xmlns="http://www.w3.org/2000/svg"width="400" height="200">
<script><![CDATA[
function change_texte(evt)
{svgdoc=evt.target.ownerDocument;
objet=svgdoc.getElementById("texte");child=objet.firstChild;
child.data="Congratulations ..."}
]]></script>
<g id="affiche">
<rect onclick="change_texte(evt)" x="50" y="100" width="100" height="50" style="fill:green"/>
</g>
</svg>

 

Run with Adobe ASV3 ASV 6 beta Squiggle Firefox 1.5 Opera 9 beta