the following is a skeleton of the code :
file1.jsp
//includes file1.js
<div id="xyz">
//includes file2.jsp
</div>
file2.jsp
//embeds an svg object
file1.js
var dhxLayout = new dhtmlXLayoutObj ect("parentId", "3L");
//commenting the above lines enables the mouseover events of svg object
--------------------------------------------------------
---works fine in FF,doesnt in IE6
file1.jsp
//includes file1.js
<div id="xyz">
//includes file2.jsp
</div>
file2.jsp
//embeds an svg object
file1.js
var dhxLayout = new dhtmlXLayoutObj ect("parentId", "3L");
//commenting the above lines enables the mouseover events of svg object
--------------------------------------------------------
---works fine in FF,doesnt in IE6
Comment