Jump to content

frames


brown2005

Recommended Posts

http://www.randomhomepage.co.uk/homepages/index.php?page=home

 

i have that which is what i want... and the top.php code is

 


include('../../include/include.php');
include('../../include/hits.php');

echo"<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional dtd'>";

echo"<html xmlns='http://www.w3.org/1999/xhtml'>";

echo"<head>";

echo"<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />";

echo"<title>$config_website</title>";

echo"<link href='$config_website_url/include/style/top.css' rel='stylesheet' type='text/css' />";

include('../../include/scripts.php');

echo"</head>";

echo"<body>";

echo"</body>";

echo"</html>";	

 

but the title is not working... and ideas how i can get round this?

Link to comment
https://forums.phpfreaks.com/topic/80262-frames/
Share on other sites

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.