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
Links inside iframe
Moderator: General Moderators
Re: Links inside iframe
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
Look into target properties for the href.