Menu & ASP pages

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
cisco
Beginner
Beginner
Posts: 1
Joined: Mon Apr 28, 2003 7:19 am

Menu & ASP pages

Post by cisco »

Hello,
I add this beautifull menu on some HTML pages and all works fine. Now, I have to add this menu on some ASP pages. Does anyone know how to do that ? - I Tried:
<SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
<%
'Include Common Files @1-D6EDE132
%>
<!-- #INCLUDE FILE=".\Common.asp"-->
<!-- #INCLUDE FILE=".\Cache.asp" -->
<!-- #INCLUDE FILE=".\Template.asp" -->
...

but it doesn't work...

Thanks for your inputs...

Best regards
snapey
Advanced
Advanced
Posts: 19
Joined: Mon Jul 15, 2002 11:26 pm

Check the paths

Post by snapey »

Cisco

Are the asp pages and the html pages all in the same directory? I notice that you don't specify the location of the menu files in the asp page.
If the path is wrong (no js files in the current directory) then the script lines will just be silently ignored.

I regularly use asp pages with no problems at all.

The only difference I have is that each of the parameters are surrounded by speech marks ( example language="javascript" ) I can't really see this being the issue though, just bad practice.

Mark
Post Reply