I found the problem.
<script type='text/javascript' src='menu_com.js'></script>
menu_com.js was located in a subdirectory, rather than in the root.
Therefore, the menu was not being displayed because apache could not it.
To fix, I can either move menu_com.js to the root or add the path
links/menu_com.js
"Davide Bianchi" <davideyeahsure DeleteThis @onlyforfun.net> wrote in message
news:bq7t2v$1vhc07$2@ID-18487.news.uni-berlin.de...
> John Smith <jsmith DeleteThis @bellsouth.net> wrote:
> > Part of the web page displays a menu based on javascript.
> > How do I configure Apache to display the javascript menu?
>
> Javascript isn't handled by the server, but by the client (browser),
> so isn't a problem of the server.
>
> Davide<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: How to configure apache to support javascript