Thread: Object Expected
View Single Post

  #2 (permalink)  
Old 03-26-2004, 08:35 AM
Anonymous
Guest
 
Posts: n/a
Default 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
Reply With Quote