Ah! But there is another method (the one that I like the best.) Use Ajax to take the 'page1' from either a .txt or .html file and dump it in the index.html (or index.php) page. That way, you can use the menu inside index.html to load additional pages and whatever page you want can be called from anyother page, displaying the content inside index.html. index.html can have a default content as well. There was a previous post where this was all worked out. I use it occasionally on several websites where 'non-coders' can change their content often without messing the website up, and where email content can be displayed on a page, directory listings, image galleries, etc.
