On Wed, 20 Oct 2004 18:12:40 +0200, Gregor Traven wrote:
> Hi,
>
> I want to include a certain html page or just a piece of html text that is
> written in any other file in my html page. How can i do it?
>
> All my html pages have a common header or menu so I want to know how to
> include a html text that defines this header or menu in all my html
> documents. When I want to update header or menu, i just need to update one
> file only.
>
> Thanks for answering
>
> Gregor
SSI:
<!--#include filename.html -->
PHP:
<?include("filename.html");?>
ASP:
Uses SSI Syntax
JSP:
Not sure of syntax. It is probably possible, though.
ColdFusion:
Not sure. Can probably use SSI syntax, though.
etc....
--
Jeffrey D. Silverman |
Website |
http://www.newtnotes.com
Drop "PANTS" to reply by email