Menu

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
 
K

Kevin Spencer

Unless that is an ASP page, it's not going to appear. That's a server-side
include you've put in your page. You might want to use the good ol'
FrontPage include Page component instead.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top