Object Expected
printNode is defined in svg only, not in html.
If you will use printNode or any svg function ( parseXML, function define in svg script ) in your html script,
in SVG you add
<script>
parent.printNode = printNode
</script>
your code will run in IE only
Michel |