When I open a webpage in IE9 with DOCTYPE as
It opens Document Mode as IE7 standards.
I need default IE9 stan
There can be multiple reasons why it could be parsing the document under IE7 standard:
X-UA-Compatible header for IE7 in the HTTP response of the document. Check the server response headers using a tool like Fiddler.X-UA-Compatible property value for IE7.Tools -> Compatibility view settings in IE. The "Display all websites in Compatibility view" should be unchecked too.Update 2016-01-28
As @Gordon pointed out in the comments below, another reason can be that the network administrator has set the site for compatibility view as a Group Policy on the network.
The only resolution in that case is to contact the network administrator to remove the site from the Group Policy. See HTML1203 here.