I'm on an iframe application using the Facebook .NET library. I have a bunch of fb:tabs, each time I click on one of the tabs, I redirect to another page within the facebook app which have the tabs (except with a different one selected) and an iframe below that loads a different page. Basically I have a bunch of pages that have tabs and an iframe below the tabs (So basically it's an iframe within an iframe) that displays a page from my external server.
When I click on a tab, the entire facebook website loads in the inner iframe. All I want is to load the contents of the other page. How can I fix this?
edit: I must clarify, that in my settings, it is pointed to localhost currently. I have various pages in my solution in localhost, and when I redirect from one to another, the entire Facebook site loads within the iframe.
