Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
Anyone got ideas on getting the published read-only iframes to work in IE's Compatibility mode?
Using IE10 for an intranet site, but the Smartsheet in the iframe just continuously reloads
Hi Jeff - I would contact the Support team who can help you troubleshoot this. Email them at support@smartsheet.com
Let us know what you discover!
Problem solved. It was a HTML tag and meta tag issue
Thanks,
Jeff K.
How was this solved?
In the HTML page that contains the iframe:
<head>
<meta http-equiv="x-ua-compatible" content="IE=Edge"/>
.....
</head>
But Smartsheet doesn't support IE10 anymore