小编Jur*_*raj的帖子

在默认 PDF 查看器的 iframe 中禁用/隐藏下载按钮

#toolbar=0&navpanes=0&scrollbar=0在 iframe url 中使用禁用工具栏,但在 Mozzila 中它不起作用。我尝试将 javascript 导入 iframe,但结果相同.... iframe:

<iframe ?wmode="transparent" type="application/pdf" id="iframe" src="'.$url.'#toolbar=0&navpanes=0&scrollbar=0" width="100%" height="685"></iframe>
Run Code Online (Sandbox Code Playgroud)

使用过的js:

jQuery('#iframe').load(function(){
    jQuery('#iframe').contents().find("#toolbarViewerRight").hide();
});
Run Code Online (Sandbox Code Playgroud)

任何想法,我如何禁用/删除/隐藏此工具栏或仅下载按钮?

javascript css php iframe jquery

9
推荐指数
3
解决办法
4万
查看次数

标签 统计

css ×1

iframe ×1

javascript ×1

jquery ×1

php ×1