A Google gadget是嵌入在像Google Sites這樣的小工具容器中的iframe。 例子:https://sites.google.com/site/michaelmccolin/test 然而,由於谷歌小工具和谷歌的網站上兩個不同的領域,你不能得到使用window.parent.location小工具父URL。好消息是,父網址作爲小工具(iframe)網址中的參數值包含在內。例如
我正在使用Google小工具。當我在瀏覽器中加載我的html文件時,我收到了JavaScript錯誤「Uncaught ReferenceError:gadgets is not defined」。 HTML代碼如下給出, <html>
<head>
<script>
var prefs = new gadgets.Prefs();
gadgets.window