embed svg in html

Hello ,
I m using adobe plugin, and internet explorer browser.

Im emding svg file in my servlets like this:

out.println("<embed  width=\""+Integer.toString(maxX)+"\"
height=\""+Integer.toString(maxY)+"\"
src=\"http://www.dev.mgu.har.mrc.ac.uk/svgfiles/map"+zoomRange+".svg\"
TYPE=\"image/svg-xml\"
pluginspage=\"http://www.adobe.com/svg/viewer/install/\"></div>");

this code comes in <body> of the html.

how can I use OBJECT in it???

thanks
uzma

Received on Thursday, 11 October 2001 06:00:54 UTC