This took me quite some time to debug. Once again it made me realize why I hate hate hate Internet Explorer.

If you have a webpage on a HTTPS server with the following iframe code where you leave the src out:
<iframe >
Clicking on the More Info button doesn't give you which items it's referring to, but just a help file.

Mozilla Firefox correctly doesn't produce this error.

Leaving the src attribute out of the iframe is common, when you want to fill the src attribute programmatically.

The solution you ask? Create a blank.html page and then write:
<iframe ></iframe>
The blank.html only contains <html></html>


相关文章:

  • 2021-12-23
  • 2021-08-30
  • 2022-12-23
  • 2021-11-19
  • 2022-02-01
  • 2021-08-17
  • 2022-01-11
  • 2021-10-27
猜你喜欢
  • 2021-05-24
  • 2021-12-17
  • 2022-02-23
  • 2021-09-26
  • 2022-02-06
  • 2022-02-02
  • 2021-06-22
相关资源
相似解决方案