--- In [email protected], "Martin Honnen" <[EMAIL PROTECTED]> wrote: > --- In [email protected], "tharahan" <[EMAIL PROTECTED]> wrote: > > > I am using <IFrame> instead of <embed> to displays SVG graph. For > > the "src" attribute of IFRAME , if I specify the local svg file then I > > can see the graph > > But the problem is , my graph is generated by the server and it is > > dynamic. Therefore , I had to specify the server url. In this case, I > > get the sml source code inplace of image inside the IFrame. I do set > > proper MIME type in the server. > > Also, if I use the embed instead of iframe tag then everything works > > fine ( I get the graph) >
I had this same problem. I ended up using embed, as I wanted to display some instructions for the user. I dont' like it I do want to know how as well... > If the browser is IE then it often helps to do the following > <iframe src="whatever.jsp?file=whatever.svg" > to trick IE into expecting an SVG document I tried something like this, and it didn't work, like above it only showed the text objects. I guess you could do an embed in a table thats 100% 100%, and the object it 100% 100% as well. The table would be there so the user knows the limits of the image, and no other reason. ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

