javascript - (IE specific) How can I prevent that my iFrame is shown in the compatiblity mode from its parent HTML-Page? -
here ie-specific question: how can prevent iframe shown in compatibility mode parent html-page?
i want find javascript solution problem.
here structure:
<html> <head> <meta http-equiv="x-ua-compatible" content="ie=ie7" /> </head> <body> <iframe id='framemain' src='http://example.com' /> </body> </html> the iframe framemain displayed in compatible-mode (ie=ie7), don't want this!
does of know javascript (or other trick) show iframe in ie=edge?
please me!
greetz klaus
Comments
Post a Comment