javascript - How can I ensure that an iframe inherits the browser mode and document mode of its parent? -
i have web page purpose embedded in various other pages via iframe. pages have different doctypes , used on different browsers.
for consistency, how can ensure iframe inherits browser mode , document mode of parent?
a typical example: using dojo, chooses chart rendering method (svg/vml/canvas/silverlight) @ runtime, depending on browser , document modes. want make sure rendering consistent between parent , iframe.
for record, pages in same domain.
Comments
Post a Comment