Page 1 of 1

Links inside iframe

Posted: Mon Nov 03, 2008 9:20 am
by Terriator
Heya,

I'm currently in the need of including my webpage in an iframe. So I do like this (it's a facebook application, but still basically the same):

echo'<fb:iframe src="http://www.hero-fight.com/facebook/index2.php" width="750" height="700" name="Hero-Fight">';

Problem is, when I run it on IE, when I click the links inside the Iframe, they redirect me to index2.php instead of staying inside the Iframe. Works perfectly on firefox. How do I get the links to open inside the iframe?

Regards

Re: Links inside iframe

Posted: Tue Nov 04, 2008 2:22 am
by Terriator
I've tried everything I could google so far, but still can't get this thing working. Perhaps it'd be easier to convert all IE users to FF? xD

Re: Links inside iframe

Posted: Tue Nov 04, 2008 7:49 am
by papa
Look into target properties for the href.