- From: Uzma Shaffi <u.shaffi@har.mrc.ac.uk>
- Date: Thu, 11 Oct 2001 11:04:40 +0100
- To: www-svg@w3.org
Received on Thursday, 11 October 2001 06:00:54 UTC
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