How can I include an HTML file in another HTML file. Is there any simple way to do that?
Thanks
You could use server side includes (ie. Apache SSI doc).
Frames would be the only other way I can think of which would not require the usage of a programming language on either the server or client side.