Web page that contains frames is shown as a blank page in Internet Explorer.

Vishnu Gopalakrishnan 126 Reputation points
2022-07-08T08:12:53.687+00:00

How to embed HTML content in a frame in Internet Explorer?
Web page that contains frames is shown as a blank page in Internet Explorer.

I have checked <FRAMESET>, <FRAME>, <embed>, <object>. All these have 'src' attribute to specify the address of the document to embed.
But I want to embed HTML content into the frame.

The <iframe> have the attribute 'srcdoc' to specify the HTML content of the page to show in the frame.
But Internet Explorer doesn't support <iframe>.

Can you suggest a solution for this?

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,926 Reputation points
    2022-07-11T09:02:35.02+00:00

    Thank you for your question and reaching out. I can understand you are having issues related to FRAMESET in IE.

    Please change all <FRAMESET> tags and their underlying instructions be moved so that they precede any <BODY> tags.

    Reference : https://learn.microsoft.com/en-us/troubleshoot/developer/browsers/development-website/web-page-with-frames-wrongly-shown

    ---------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.