Dam ci przykład z mojej strony
index.php<meta http-equiv="content-type" content="text/html; charset=iso-8859-2"> <link rel="stylesheet" href="styl.css" type="text/css"> <frameset cols="200,*" framespacing="0" border="0" frameborder="0"> <frame scrolling=no name="menu" src="menu.php"> <frame name="strona" src="podglad.php">
src="podglad.php" przekierowanie do strony jaka ma się wyświetlić po wejściu na stronę (index.php)
menu.php
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2"> <link rel="stylesheet" href="styl.css" type="text/css">
<td width="100" height="50"><a target="strona" href="podglad.php">Podgląd
</a></td> <td width="100" height="50"><a target="strona" href="wiadomosci.php">Wiadomości
</a></td> <td width="100" height="50"><a target="strona" href="umiejetnosci.php">Umiejętności
</a></td> <td width="100" height="50"><a target="strona" href="praca.php">Praca
</a></td> <td width="100" height="50"><a target="strona" href="miasto.php">Miasto
</a></td> <td width="100" height="50"><a target="strona" href="statystiki.php">Statystiki
</a></td> <td width="100" height="50"><a target="strona" href="index.php?wyloguj=tak">Wyloguj
</a></td>
wystarczy że dostosujesz do swojej strony i będziesz miał gotowe.