access svg function from html
i found some examples on the internet about what i need, but when it comes to my code it just doesn't work. here is the code
html file:
<html>
<body>
<embed src = "a.svg" width = "300px" height = "300px" id = "svg"/>
<input type = "submit" value = "click" onlick = "createRectangle()"/>
</body>
</html>
svg file:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
<script type="text/ecmascript"><![CDATA[
var svgNS = "http://www.w3.org/2000/svg";
var xlinkNS = "http://www.w3.org/1999/xlink";
parent.createRectangle = createRect;
function createRect(){
var newRect = document.createElementNS(svgNS,"rect");
newRect.setAttributeNS(null,"width",Math.random() * 100);
newRect.setAttributeNS(null,"height",Math.random() * 100);
newRect.setAttributeNS(null,"x",Math.random() * 250);
newRect.setAttributeNS(null,"y",Math.random() * 180 + 60);
newRect.setAttributeNS(null,"fill-opacity",Math.random());
var red = Math.round(Math.random() * 255);
var green = Math.round(Math.random() * 255);
var blue = Math.round(Math.random() * 255);
newRect.setAttributeNS(null,"fill","rgb("+ red +","+ green+","+blue+")");
document.getElementById("firstGroup").appendChild(newRect);
}
]]></script>
<g id="firstGroup">
</g>
</svg>
it works if i put a button in the svg that calls createRect so that function is good
Comments
Test
Test
viagra , cialis , viagra ,
viagra , cialis , viagra , cialis , viagra , cialis , viagra , cialis , viagra , cialis ,
viagra , cialis , viagra ,
viagra , cialis , viagra , cialis , viagra , cialis , cialis , viagra , cialis , cialis ,
cialis , viagra , viagra ,
cialis , viagra , viagra , cialis , viagra , cialis , viagra , cialis , cialis , viagra ,
discont cialis , viagra , buy
discont cialis , viagra , buy viagra , cheap cialis , cialis , cheap viagra , viagra , cheap cialis , buy viagra , discont cialis ,
comprare cialis online ,
comprare cialis online , acquisto cialis senza ricetta , acquistare viagra online , acquisto cialis senza ricetta , acquistare viagra originale , compra viagra generico , acheter cialis generique , viagra sur internet , cialis generique , viagra achat , acheter cialis generique , viagra achat ,
cheap viagra , buy cialis ,
cheap viagra , buy cialis , viagra , cheap cialis , buy viagra , cheap cialis ,
acquisto cialis in italia ,
acquisto cialis in italia , comprare cialis in italia , acquisto viagra in italia , comprare cialis online , acquisto viagra , viagra naturale , cialis vente , viagra vente , acheter cialis generique , viagra france , cialis prix , viagra sur internet ,
buy viagra , cheap cialis ,
buy viagra , cheap cialis , viagra , buy cialis , viagra , buy cialis , viagra , buy cialis , viagra , cialis , viagra , cialis ,
levitra effetti collaterali ,
levitra effetti collaterali , comprare viagra generico , acquistare viagra generico , viagra come funziona , viagra donne , viagra news , cialis e viagra , cialis san marino , cialis costo , cialis acquista ,
Post new comment