Avevo realizzato a suo tempo questo codice:
Codice PHP:
<?php
qui avevo inserito codice con funzione require del firewall
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="rating" content="General">
<meta http-equiv="Content-Language" content="it">
<meta name="copyright" content="Copyright 2010, eurosalute.altervista.org">
<meta name="resource-type" content="document">
<meta name="Submission" CONTENT="http://eurosalute.altervista.org">
<meta name="Author" CONTENT="Webmaster">
<meta name="Subject" CONTENT="">
<meta name="ROBOTS" content="ALL">
<meta name="revisit-after" content="10 days">
</head>
<FRAMESET rows="110, *" frameborder="0" framespacing="0" class="">
<FRAME src="./index_top.php" align="" class="" name="index_top" frameborder="0" framespacing="0" hspace="0" marginheight="0" marginwidth="0" vspace="0" scrolling="no">
<FRAMESET id ="frmset_sx_cols" cols="300, *" frameborder="0" framespacing="0" class="">
<FRAMESET rows="340, *" frameborder="0" framespacing="0" class="">
<FRAME src="./index_video.php" align="" class="" name="index_video" scrolling="no">
<FRAME src="./index_menu.php" align="" class="" name="index_menu">
</FRAMESET>
<FRAME src="./index_open_source.php" align="" class="" name="index_bottom">
</FRAMESET>
<NOFRAMES>
<P>Questo documento (frameset) contiene :
<UL>
<LI><A href="./index_top.php">Top Page</A>
<LI><A href="./index_video.php">Video Menu</A>
<LI><A href="./index_menu.php">Menu Sito</A>
<LI><A href="./index_open_source.php">Open Source</A>
</UL>
</NOFRAMES>
</FRAMESET>
</html>
Praticamente devi dare un nome ai frame es.:<FRAME src="./index_open_source.php" align="" class="" name="index_bottom">
il nome è name="index_bottom"
poi dal menu richiami le pagine con <a href="" target="index_bottom">