0
我已經構建了一個具有導航菜單的facebook應用程序,並且我希望能夠在iframe應用程序之外打開我的鏈接。這可能嗎?我使用這個,它加載在iframe中,但我不能讓它加載到iframe(父窗口)之外。在facebook框架應用程序之外打開一個javascript url
<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>
重複的http://stackoverflow.com/questions/11207900/change -parent-url-from-iframe – 2013-05-01 23:21:07