Search found 4 matches

by doubleH
Wed Jul 31, 2002 4:09 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: ASP Pages
Replies: 7
Views: 6385

That didn't work either....but for some reason it started to work in the ASP page :?: Here is what worked for me.......

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<head>
<title>MENU.asp</title>
</head>

<script language=javascript src="menu ...
by doubleH
Wed Jul 31, 2002 2:06 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: ASP Pages
Replies: 7
Views: 6385

Still Nothing. Here is what I am using and I'm just missing something? ....

HTML - Works
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<head>
<title>TABLE.html</title>

<script language=javascript src="menu_array1.js" type=text/javascript></script ...
by doubleH
Tue Jul 30, 2002 1:43 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: ASP Pages
Replies: 7
Views: 6385

ASP Page

No that didn't seem to help. If the page is renamed to .html the menu will work. If it is renamed to .asp it will not work

Thanks
by doubleH
Mon Jul 29, 2002 10:24 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: ASP Pages
Replies: 7
Views: 6385

ASP Pages

First of all ....great menu. I'm having trouble incorporating the menu in to an ASP page. I keep getting 'Internal Server errors - 500'. If I rename the page (test.asp) to test.html it works great. Anyone have any ideas why it won't work. I would also like to use the menu in an include file.

Thanks