firstly Thanx people you help very much
secondly sorry my English not very will  ( my mother lang is arabic )
i want when i press on the link in the menu it open in specific location in the same window but without using frameset !!!
1 : cuz it not recommended with Google !!!
2 : when i press link in the right side to show in the left side , the title of page will not change it will be the same.
my solution was is the write in evry page :
<?php include("menu.html"); ?>
<?php include("header.html"); ?>
<?php include("footer.html"); ?>
but i think it's not best solution...
please are there any way even in the php to resolve this ? Please 
|