How can I include an HTML file in another HTML file. Is there any simple way to do that?
Thanks
Are you serving the HTML files from a web server like IIS or Apache? Both support server-side includes:
A page at the WWW FAQs explains.