在 Internet Explorer 中运行页面时,我遇到了“Active-X 控件”的问题。
<!-- internet explorer restricted this webpage from running activex controls -->
我找到了Ray-cheng在这篇文章中提到的解决方案
(having <!-- saved from url=(0014)about:internet --> )
添加此行后,我页面上的链接停止工作。
IE
a href='Images/abc.png'> Image
请建议我怎样才能使它工作?
提前致谢。