Mamdouh Mohamed2
06-10-2004, 11:12 AM
Hi,
First of all is there any restrictions on using dynamic svg with Microsoft web browser object?
My case:
I have svg files created dynamically from .NET code and once a client click on an image in the svg graph it is supposed to go back to server and appends some other new tags (nodes) to the SVG file and redraw the grapgh again.... all those actions works fine with (IE 6), but now i'm using Microsoft browser object instead of IE (which is actually IE 4) and also my svg files works fine but the problem arise wwhen clicking on any image it appends the new tags in the file but it is not displayed unless i refresh the browser object which is not true.
i use ASV 3
sample embed code i use
SVGDiv.InnerHtml = "<embed src=""mySVG.svg"" width=""100%"" height=""100%"" type=""image/svg+xml""/>"
Any help would be greatly appreciated.
Regards
Mamdouh
First of all is there any restrictions on using dynamic svg with Microsoft web browser object?
My case:
I have svg files created dynamically from .NET code and once a client click on an image in the svg graph it is supposed to go back to server and appends some other new tags (nodes) to the SVG file and redraw the grapgh again.... all those actions works fine with (IE 6), but now i'm using Microsoft browser object instead of IE (which is actually IE 4) and also my svg files works fine but the problem arise wwhen clicking on any image it appends the new tags in the file but it is not displayed unless i refresh the browser object which is not true.
i use ASV 3
sample embed code i use
SVGDiv.InnerHtml = "<embed src=""mySVG.svg"" width=""100%"" height=""100%"" type=""image/svg+xml""/>"
Any help would be greatly appreciated.
Regards
Mamdouh