Jump to content

Target frame with PHP Include()


GB_001

Recommended Posts

Basically in the iframe you click a link that passes a variable to another page that you gain from the page before, then it updates the database and then opens a DHTML window in the parent frame.

 

okay Is that what it does, or what you want it to do?

To get page inside the iFrame, have you HTML to set up the page and the frame as normal then use

 

<iframe src="<?php include ('page.dhtml'); /*or whatever*/ ?>">

 

or do you not want it in the iframe?

 

In theory you can use the target element of 'a' <a href="whatever.dhtml" target="_parent">.

 

 

Sam

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.