I have developed a Facebook application with a navigation menu, and I am seeking a way to open links outside of the iframe app. Is it possible to achieve this? Currently, I am using the code below which loads inside the iframe but I am unable to get it to load in the parent window.
<select ONCHANGE="location = this.options[this.selectedIndex].value">
<option>Explore our full product range</option>
<option>Collections</option>
<option>-------------------------</option>
<option value="link.html">Spring 2013 Collection</option>
</select>