文件rec.svg
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
load="init(evt)">
var SVGDocument=null;
function init(evt)
{
SVGDocument=evt.getTarget().getOwnerDocument();
}
function changeColor(color)
{
SVGDocument.getElementById("rect").getStyle().setProperty("fill",color);
}
// ]]>
文件rectCon.html
html文件:
Click="svg.window.changeColor(this.value)">
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
load="init(evt)">
var SVGDocument=null;
function init(evt)
{
SVGDocument=evt.getTarget().getOwnerDocument();
}
function changeColor(color)
{
SVGDocument.getElementById("rect").getStyle().setProperty("fill",color);
}
// ]]>
文件rectCon.html
html文件:
Click="svg.window.changeColor(this.value)">


被折叠的 条评论
为什么被折叠?



