H
Hermione
Hi
In my web site the menu is the same foe all my page, so I want to made one
page for the menu example Menu.html, and include this page in header of all
my pages
In the menu page I have Javascript code how can I do that.
I use this code in my index.html but the menu.html did not appear:
=====================================================
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<!--#include file ="page_0002.htm"-->
</head>
<body>
It's a test
</body>
</html>
================================
Any help please
Thanks
In my web site the menu is the same foe all my page, so I want to made one
page for the menu example Menu.html, and include this page in header of all
my pages
In the menu page I have Javascript code how can I do that.
I use this code in my index.html but the menu.html did not appear:
=====================================================
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<!--#include file ="page_0002.htm"-->
</head>
<body>
It's a test
</body>
</html>
================================
Any help please
Thanks