Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:27
Links in submenu do not work
Poster: hobbes488
Dated: Wednesday November 2 2005 - 18:53:42 GMT
http://htpcsw.hopto.org/test/index.php
The links in the Forum sub menu dont work and I dont know why.
Here is the code for the submenu:
Code:
with(milonic=new menuname("forum_menu")){
style=menuStyle;
aI("text=Gereral;url=../forum/viewforum.php?f=1;");
aI("text=Non-htpcSW;url=../forum/viewforum.php?f=2;");
aI("text=Front Ends;url=../forum/viewforum.php?f=8;");
aI("text=Media Players;url=../forum/viewforum.php?f=3;");
aI("text=Utilities;url=../forum/viewforum.php?f=5;");
aI("text=Remote Software;url=../forum/viewforum.php?f=4;");
aI("text=Games;url=../forum/viewforum.php?f=6;");
aI("text=htpcSW News;url=../forum/viewforum.php?f=7;");
aI("text=Version Tracker;url=../forum/viewforum.php?f=9;");
}
style=menuStyle;
aI("text=Gereral;url=../forum/viewforum.php?f=1;");
aI("text=Non-htpcSW;url=../forum/viewforum.php?f=2;");
aI("text=Front Ends;url=../forum/viewforum.php?f=8;");
aI("text=Media Players;url=../forum/viewforum.php?f=3;");
aI("text=Utilities;url=../forum/viewforum.php?f=5;");
aI("text=Remote Software;url=../forum/viewforum.php?f=4;");
aI("text=Games;url=../forum/viewforum.php?f=6;");
aI("text=htpcSW News;url=../forum/viewforum.php?f=7;");
aI("text=Version Tracker;url=../forum/viewforum.php?f=9;");
}
Poster: Ruth
Dated: Wednesday November 2 2005 - 19:41:16 GMT
Hi,
Look in your menu_data.js file and get rid of any whitespace between the ; and the url= Each aI has that space and that is making the link void.
Ruth
Poster: hobbes488
Dated: Thursday November 3 2005 - 0:52:51 GMT
From what I can see, there is no white space beteen the ; and url=
I looked through each line and there doesnt seem to be any space