busyfish
Junior Member
Posts: 2
Registered: 9/10/2005
Member Is Offline
|
| posted on 9/10/2005 at 03:37 PM |
|
|
MENU_ITEM open error
Hi,
I have a MENU_ITEM like this:
| Code: |
var MENU_ITEMS =[
["Home", "../index.html"],
["About Us", "../about.html",
["Company Profile", "../profile.html"],
["Business Model", "../businessModel.html"],
["Management Team", "../management.html"],
["Technical Skills", "../Skills.html"],
["Partners", "../Partners.html"]
],
....
|
When I try to open the "Abous Us" link, I got:
The requested URL /About Us,../about.html,Company Profile,../profile.html,Business Model,../businessModel.html,Management
Team,../management.html,Technical Skills,../Skills.html,Partners,../Partners.html was not found on this server.
When I try to open the "Company Profile" link, I got:
The requested URL /Company Profile,../profile.html was not found on this server.
Looks like I have the extra text "Company Profile," in the link. How can I fix it?
Thanks,
Bryan
|
|
|
tigra
Administrator
Posts: 1920
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/27/2008 at 08:46 AM |
|
|
make sure you use plain text editor that doesn't make any changes to the files for you.
there is a chance that something escaped the quotes with slashes or something. Also check that menu.js is not corrupted.
submit a support ticket with the link to your page if you can't resolve the problem on your own.
|
|
|
|