Use of frames allowed?

Status
Not open for further replies.

DecemberGuild

New Member
Messages
107
Reaction score
0
Points
0
I'm looking into the frames now.
With these frames, there are two ways to use them.
The first is to include this code on every page. The contents of the page go in the body div.
The other way is PHP's including. You could write a PHP file that contains just the frame structure. You should be able to include any webpage within the body div with the <?php include ?> fuction. I'm pretty sure you will be able to change the icluded page via links. (You would replace the normal links on the HTML pages with small php scripts which would tell the PHP structure file to include that page within itself instead of actually changing the link.) I'm not perfectly sure about this, because I'm new to PHP, but I'm sure it's possible, and I'll figure it out.

When I get his all typed up, it'll be in a new topic here.

Edit: I finished my method for switching the body frame via PHP. Once I find a good way to include a DHTML scroll, I'll post the finished code.
 
Last edited:

LordenÎcon

New Member
Messages
24
Reaction score
0
Points
0
Find a way to implement the ad using <?php include ?> on a php nuke site and ill be impressed. ;)
 
Status
Not open for further replies.
Top