用<script language=javascript>this.parent.rightFrame.location.href='需要打开的word文档路径'</script>
这个方法是点击左边的一个框架里面的按钮,然后右边框架里面显示word
还有种是:
<iframe id="iframeContent" name="contentIframe" style="scroll:no;"
frameborder="0" width="100%" height="500px" src="需要打开word文档路径" >
</iframe>
页面上打开Word的方法
最新推荐文章于 2024-08-01 15:40:11 发布