Hi, On 5/3/06, chmavrog <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > On my pc i have IE 6 and ASV3 and FireFox 1.5.02 (latest one).
Actually 1.5.0.3 is the latest one. ;-) Here are my questions.Please someone respond with Correct or False > after seeing my answers > > -Object tag is HTML 4.01 but embed tag is not. My answer(True) True. The <embed> tag is not part of any W3C standard. -In FF, object and embed tag can be used to show SVG documents.My > answer(True) True. So can <iframe>. -In IE6 only embed tag can be used to show SVG documents.My answer > (True) False. You can use the <object> and <iframe> tags. -If i want to embed an svg document inside an html document and want to > script from HTML2SVG and SVG2HTML i must use embed tag for IE6 + ASV3 > My answer(True) You can probably use <iframe> as well I think, but it's true you can't really script across <object> in IE+ASV. -If i want to embed an svg document inside an html document and want to > script from HTML2SVG and SVG2HTML i must use embed or object tag for FF > My answer(false) You can use <embed>, <object> or <iframe>. All allow scripting across in either direction. -Object tag does not support scripting.My answer(True) False. ASV doesn't support it in IE because of a security hole, but other browsers should. Thanks in advace > Chris Regards, Jonathan [Non-text portions of this message have been removed] ----- 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/

