谷歌文档阅读器:删除选项“在新窗口中打开” [英] google doc reader : remove the option "Open in new window"

查看:75
本文介绍了谷歌文档阅读器:删除选项“在新窗口中打开”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法通过嵌入式代码(我们为嵌入文档)或javascript / jquery?

Is there any way of removing or disabling the 'open in new window' icon of google doc reader( when used in embedded mode interface) through the embedded code(which we write for embedding documents) or javascript/jquery?

推荐答案

我不知道是否有任何标准方法。如果你真的想这样做,那么你可以尝试这样的事情。

I don't know if there is any standard method. If you really want to do it, then you can try something like this.

<html>
    <body>
        <div style='position:relative;'>
            <div style='background-color:White;top:0px; height: 47px; position: absolute; left:0px; width: 100%;'></div>
            <div style='background-color:LightGray;top:47px; height: 5px; position: absolute; left:0px; width: 100%;'></div>
            <iframe src='http://docs.google.com/viewer?url=http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf&embedded=true' width='100%' height='100%' style='border: none;'/>
        </div>
    </body>
</html>

这篇关于谷歌文档阅读器:删除选项“在新窗口中打开”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆