Log in

View Full Version : PHP & Iframe + Targeting



Cyprien
01-21-2007, 11:42 AM
Hello, I'm new to php. I'm using a .php page with 2 Iframes. Trying to get Link

<A Href="updates.php" Target="Info-Frame">

To go into

<Iframe Src="" Name="Info-Frame"></Iframe>

On a .html page it works fine, On a .php the Iframe don't even show.

Is there another way to do this in php or does iframes just wont work in php.

jonnyynnoj
01-21-2007, 11:51 AM
If you post your code then i'm sure someone will be able to help you out.

Cyprien
01-21-2007, 12:54 PM
Code? There is no code because it's not working or i don't know how to do it write.

I know iframes wont work in php but there should be a way to work around to get it to work that's what i'm asking for someone help if they know how to get a .php page to use iframes.

NXArmada
01-22-2007, 01:48 PM
You said you tested it and I quote


On a .html page it works fine, On a .php the Iframe don't even show.

So can we see the code, perhaps we can help as jonny stated before.