0

我已经构建了一个具有导航菜单的 facebook 应用程序,并且我希望能够在 iframe 应用程序之外打开我的链接。这可能吗?我正在使用它,它在 iframe 内加载,但我无法让它在 iframe(父窗口)之外加载。

<select ONCHANGE="location = this.options[this.selectedIndex].value">
        <option>Shop our entire store..</option>
        <option>Collections</option>
        <option>-------------------------</option>
        <option value="link.html">Mid Spring 2013</option>
    </select>
4

1 回答 1

0

不知道这是否仍然有效,但我记得你曾经这样做

top.location = "http://www.example/com"

早些时候

于 2013-05-01T23:20:44.260 回答