我的文件夹中有一些pdf文件。当我点击pdf时,我将在iframe中获取文件预览。但是viewer-pdf-toolbar显示了方法的标题。如何清空标题。
$("#document").html('<iframe src="@Url.Action("PreviewSelectedFile", "PDFForm", new { fileUrl = "_FilePath" }) "'.replace("_FilePath", documentName) + 'id="documentViewIframe" onload="LoadLoader();" frameborder="0" allowfullscreen style="overflow: auto;min-height: 550px;height: 700px;width: 100%;" ></iframe>');
并且预览在mozilla中不起作用。它提供了一个弹出窗口来保存或打开文件。 请解决我的问题。