有没有办法通过嵌入式代码(我们为embedding documents编写)或javascript / jquery删除或禁用google doc reader的“在新窗口中打开”图标(在嵌入模式界面中使用时) ?
答案 0 :(得分:2)
我不知道是否有任何标准方法。如果你真的想这样做,那么你可以尝试这样的事情。
<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>
答案 1 :(得分:1)
不,据我所知,嵌入式代码在另一个域(Google)的iFrame中运行,因此您无法使用脚本来更改其内容。
或许,尝试将&rm=minimal
添加到嵌入文档的网址中。
Embed editable Google Docs spreadsheet without header & toolbar