2013-05-01 86 views
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> 
+0

重複的http://stackoverflow.com/questions/11207900/change -parent-url-from-iframe – 2013-05-01 23:21:07

回答

0

不知道這是否仍然有效,但我記得你以前做

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

早在一天

+0

去Dave的路!你讓我今天一整天都感覺很好!你搖滾! – oompahlumpa 2013-05-01 23:24:00

相關問題