I have to update a site that has a few hundred html pages and uses frames. The admin wants to rid the site of the use of frames.
I have gotten as far as to replace the frames w/php by including dynamic URL for the navigation menu.
Here is my challenge, the HTML file that is called up from the menu link includes links also, if a user clicked on one of those links, it will replace the whole page.
Is there a way I can have the menu.php heading appear on 'every clicked link' without having to edit each html page to include the <? include("menu.php"); ?> tag?
Also, we don't have an apache server, we are using the rare Xitami server.
Please let me know if I need to clarify my problem.