Computer >> Computer tutorials >  >> Programming >> Javascript

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" />