We have a page written in HTML5 running in BrowserMode:IE10 Compatibility View and DocumentMode IE10.
Inside it we have a page we host which has to be run DocumentMode:IE8 or lower Otherwise the page will look bad.
I can't touch the hosted page, and i need to run mine in IE10(must).
Anyone has a different method of hosting the inner page other then IFRAME. any suggestions?
IE8 Compatablity in iframe for ie10 page
126 views Asked by ShukiB At
1
There are 1 answers
Related Questions in HTML
- How to store a date/time in sqlite (or something similar to a date)
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- Is there any way to glow this bulb image like a real light bulb
- With non-graphical maps in Leaflet, zoomDelta doesn't work
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- Displaying a Movie List on a Website Using Jinja2 and Bootstrap
- How to redirect to thank you page after submitting a Google form embedded into a Google Site?
- Storing selected language in localStorage
- Fences (parenthesis, braces) in HTML and MathML
- Understanding Scroll Anchoring Behavoir
Related Questions in IFRAME
- Why a component? Drawer of mui Does not work inside Iframe
- How can I catch all DOMExceptions thrown in Firefox?
- Embeded Google slides opens new tab on screen touch (mobile mode)
- Jira helpdesk widget doesn't create an iframe when script is loaded dynamically
- HTTP Client Hint headers are not sent from an iframe
- Excel embedding through OneDrive: preview is correct, while the end result is not
- SameSite None Cookie on Authentication Cookie On WordPress Website
- Is it possible to interact with SSO between Website A and Website B?
- SSO to Grafana embeded in iframe
- AudioContext not heard although it is running
- How to disable page-break before a long iframe while printing?
- How to get a postMessage message from Duda into the embedded iframe?
- auto login with Grafana
- PagerDuty Integration
- iframe hosted on CloudRun not firing onLoad event in React JS
Related Questions in INTERNET-EXPLORER-10
- Why does IE 10 use two different cookies for two requests to the same site?
- Problems hiding a page for explorer 10
- About `Flex Layout` in IE10 broswer (Window7)
- IE10 throws SCRIPT1002: Syntax error inside conditional
- .innerhtml converts <br/> tag to <br>
- 'Intl' is undefined - SharePoint
- Convert Javascripts for IE10
- Setting a filename to a blob before uploading it
- How to tick "TLS 1.2"(Internet Option > Advanced setting > Security> TLS 1.2) using C#
- Internet Explorer adds additional padding to flex box. How to fix?
- React: React-bootstrap modal not working in ie 10
- Header doesn't fill wrapper element in IE 10
- I am not able to load the page when my user is in shanghai and operating one the application page with Win8.1 and IE11.x
- Draw a graph using D3 (v3) in a WebWorker
- filter:grayscale(100%) in IE 11 for images
Related Questions in IE8-COMPATIBILITY-MODE
- Filters to apply for an application that can only run on IE compatibility
- Redirecting from edge ie11 compatibility mode site
- Edge noframemerging alternatives
- Edge App in IE Mode - Hide Persistent Address Bar
- Overcome/ignore compatibility view IE11 for particular page/site
- Can internet explorer run two different application with different compatibility requirements in two different tabs
- How to run IE11 page in frame of IE8 website
- IE document mode is set to 7 when browsing to angular site
- Window 10 IE 11 Enterprise option not working for legacy Url
- How can i capture Shift + F8 in JQuery application?
- How to conditionally apply x-ua meta tag only to ie10 and below?
- Forcing IE's Compatibility Mode off
- IE8 - checkbox not changing state on first click
- nextElementSibling Polyfill gives error 'Element' is undefined
- Browser compatibility mode defaulting to IE5 in my web application
Related Questions in HTTP-EQUIV
- Content Security Policy in .htaccess or with meta tag?
- remove http-equiv="refresh" via javascript
- How to smoothly transition from one page to the other using HTTP-EQUIV="refresh"
- how to write content-security-policy in html ? are the values links or keywords?
- HTML Redirect Dependent on Device Type
- how to add cache-control and expires value in html page
- How can I reach routed components within my React SPA, while maintaining proper CSP?
- http-equiv redirect to another html page
- Getting the 'Content' Redirected URL from the Original URL in C#
- How to implement http-equiv/refresh with POST request?
- Avoid http-equiv <meta> tags
- Why is delivery of Content-Security-Policy via headers "preferred"?
- How does meta tag with attribute http-equiv work under the hood?
- HTTP-EQUIV="REFRESH" isn't working on android web view
- Is an empty meta refresh tag ignored or equivalent to 0?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Nope
iFrameis the only way to do this. You could scale the iFrame to the size of its content using one of a few different libs on GitHub if that is the issue.Doing this would require that they are either both on the same domain or that you inject a JS file into the iFramed app.
Both of these can be done via proxying the iFrame through the server that serves the parent page.