下载Word文档而不是显示 - HTML

时间:2013-11-19 05:00:18

标签: html iframe

我正在尝试在我的页面上显示word文档,这是我在线搜索后尝试的内容: <iframe src="file.docx" width="600px" height="400px" > </iframe>

但Iframe显示为空,文件已下载而不是显示。我也收到警告: Resource interpreted as Document but transferred with MIME type application/vnd.openxmlformats-officedocument.wordprocessingml.document

任何帮助?

2 个答案:

答案 0 :(得分:2)

您可以使用 Google文档查看器在iframe中显示pdf,doc,docx

<iframe src="https://docs.google.com/viewer?url={url}&embedded=true"> </iframe>

我还没有使用过这个,但Microsoft在线文档查看器也可以按照here

的说明使用

http://view.officeapps.live.com/op/view.aspx?src=http://img.labnol.org/di/Word.docx

答案 1 :(得分:1)

<html>
<head>
    <title>Application Executer</title>
<style>
#frm
{
width:100%;
height:100%;
}
</style>
</head>
<body>
<object id="frm" data="Circuit.pdf">You do not have Word installed on your machine</object>
</body>
</html>

data =“你的文件地址”不要忘记css的完整大小,docx使用这个:https://docs.google.com/viewer/或将其转换为pdf