我已经构建了一个具有导航菜单的 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>