Shared borders and javascript menu

L

Luke St Clair

Hi,

Changing over froma frames based website to shared borders.

I have successfully setup the shared borders but there is a slight
problem. Everything in the rott directory is fine and uses the
javascript menu, anything in a sub directory does not display the
javascript menu system only the company,logo and text. How do I get
round this

Thanks in advance.

Luke
 
T

Thomas A. Rowe

The JavaScript must be placed between the <body> </body> of the shared border page, and you will
need to use Absolute URL the root and sub folders, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
L

Luke St Clair

I have tried to get my head round this issue with javascript and
shared borders and still cannot get it to work.

I have partial web published at www.knightsbridge-db.co.uk and still
cannot get the javascript menu that was created in xara menu maker 1.1

Can you help me further?

Luke
 
T

Thomas A. Rowe

Your link below bring up a empty page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

1st issue, no left shared border applied to the page, just Top.

2nd issue, you top shared border code needs to be as follows:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Shared Top Border</title><meta name="Microsoft Theme" content="none">
<meta name="Microsoft Border" content="none">
</head>
<body bgcolor="#006600">
<p align="center">
<img border="0" src="../KNIGHTSBRIDGE%20LOGO2.gif" width="245" height="75"></p>
<div align="center">
<!--webbot CLIENTSIDE bot="XmmFpEx" MODULEID="'Default (Project)\menu6_off.xws'" PREVIEW="<img
src='http://www.knightsbridge-db.co.uk/menu4.gif?01429105' editor='menumaker' border='0'>"
tartspan -->
<script src="http://www.knightsbridge-db.co.uk/xaramenu.js"></script>
<script menumaker src="menu4.js"></script>
<noscript><img src="http://www.knightsbridge-db.co.uk/menu4.gif?01429105"
editor="menumaker"></noscript>
<!--webbot bot="XmmFpEx" endspan -->
</body>
</div>
</html>

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

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