Problem in embedding SVG in jsp
Hi everyone,
I have a scenario like need to embed svg in a jsp(In SVG script onmouseover on a rectangle iam calling a javascript function which is present in jsp).
when svg file is present inside the web application, everything is working fine i.e iam able to embed it in jsp and also onmouseover able to call javascript function which is present in parent jsp.
but now, i got a requirement to place all the svg files outside web application, i.e some file server or u can think as some where on disk, even now iam able to embed the svg in jsp able to view the image, but onmouseover it is not calling the javascript function, As Embed tag is not working for this scenario, Iam using IFRAME to embed the svg.
could someone please provide me the solution, alternate solutions always welcome.
Thanks
Comments
Post new comment