Iv'd wanted to find out is it possible to change your IE mode after you'd set the doctype
Atm i can only set this specific doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Which make IE turn into Quirks mode. See this article for more info about doctypes and quirksmode
I don't have the possibility to change this what can i do to change this to like the newest IE standard available ?
I can only change the html, css and javascript
I cant set meta tags or anything cause the service we sent it to have a build step that set everything this way
Summed up:
Change the mode of the browser with javascript after a page load?