小编aii*_*iak的帖子

iframe中的onload不起作用,如果iframe在src中有非html文档(pdf或文本)

我有iframe与onload处理程序:

<iframe id="FrameForPrintVersion" src="" border="0" style="height:0; width:0; visibility:hidden;" onload = 'frameOnload()' >
Run Code Online (Sandbox Code Playgroud)

如果我使用html-pages作为iframe的源代码,它可以正常工作,但是当我将src设置为任何pdf文档时则不行.在这种情况下加载PDF文档时是否可以处理?

javascript iframe onload

12
推荐指数
1
解决办法
9105
查看次数

标签 统计

iframe ×1

javascript ×1

onload ×1