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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -