Search found 4 matches

by jryoung
Thu Jun 20, 2002 2:10 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Error when a slash "/" is used in the URL section
Replies: 0
Views: 2545

Error when a slash "/" is used in the URL section

I get an Interal Server Error when I use this line in my menu,

,"1/18",sCat + "Diecast;Busch;1/18",,,0

If I use...

,"1/18",sCat + "Diecast;Busch",,,0

...it's fine.

Do you know what the problem is?

I tried changing the slash to a %2F and that didn't work either.

Any thoughts? Any help?

Thanks ...
by jryoung
Tue Jun 18, 2002 11:44 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Internal Server Error
Replies: 0
Views: 2062

Internal Server Error

I'm not sure if I just need help, or if this is a bug, but I decided to start here.

I get the following error when I select one of my menu links which has a fraction in the link

***** Here's the link *****
var sCat = "http://www.collectiveracing.com/cgi-bin/crsstore.cgi?user_action=category ...
by jryoung
Mon Jun 17, 2002 12:29 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Separators not showing on main menu
Replies: 3
Views: 4155

Separator helpp.

Here's the code...

Thanks for your help.

http://www.collectiveracing.com/cgi-bin/crsstore.cgi


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu ...
by jryoung
Sun Jun 16, 2002 4:36 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Separators not showing on main menu
Replies: 3
Views: 4155

Separators not showing on main menu

I am trying to get separators to show on the main menu, much like is on the milonic website, but they won't show. I have a 1 at the end of the line (e.g. ,"Die Cast","show-menu=diecast",,"",1). The separator doesn't show. I can get submenus on sub menus but not on the main menu. It's probably ...