标签: javascript html internet-explorer pdf iframe
我有一个用pdf文档加载的iframe,我需要在加载时向用户显示一个spinner(加载)消息。我可以显示微调器的页面加载,但我有一个问题隐藏在IE浏览器中的微调器,IE iframe不会触发PDF文件的事件,其他浏览器工作正常。
<iframe id="pdfFrame" onload="hideSpinner()" src="CompensationStatement.pdf" width="100%" height="50%"> </iframe>