How to put the WebBrowser control into IE9 into standards with HTML?


To place the WebBrowser control into IE9 standards, you need to add the following line in your HTML web page −

You can also try this for Internet Explorer 9 −

<meta http-equiv="X-UA-Compatible" content="IE=9" />

You can also try this for Microsoft Edge −

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

Updated on: 25-Jun-2020

93 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements