We have an html5 standard website; everything renders perfectly when viewed from a test webhost site server.
Ideally...from the client's Learning Management System (LMS), when the user launches the html5 website, the html5 site will appear in a popup.
But, the client's LMS is not compatible with html5 or IE9 (IE is, unfortunately, the default/preferred browser).
The client's launch page AND the popup that contain the html5 site are both set to older doctypes and have IE7 meta tagging. If a user hits F12 and tries to change the Document Mode: from Quirks (which is what the popup is showing) to IE9, the site still doesn't render properly.
Is there any way to force the client's LMS to open the html5 site with the proper [!DOCTYPE html] and/or Document Mode: IE9?
Thanks for your insight!