b***@adobeforums.com
2006-10-24 16:01:53 UTC
I have some Javascript like this:
..
svgElement = svgDoc.getElementById("someElementID");
svgElement.setAttribute("xlink:href","foo.html");
..
This worked fine in IE6 but seems to be broken in IE7. On mouseover, the URL displays correctly in the status bar, but when you click, the only thing that happens is that the status bar clears. No window opens.
I'm using ASV 3.03.
Any clues? Anybody tried anything like this on Internet Explorer 7 yet?
..
svgElement = svgDoc.getElementById("someElementID");
svgElement.setAttribute("xlink:href","foo.html");
..
This worked fine in IE6 but seems to be broken in IE7. On mouseover, the URL displays correctly in the status bar, but when you click, the only thing that happens is that the status bar clears. No window opens.
I'm using ASV 3.03.
Any clues? Anybody tried anything like this on Internet Explorer 7 yet?