Search found 4630 matches

by John
Mon Jun 24, 2002 4:00 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Same menu on more than one page?
Replies: 2
Views: 2483

Are you calling the array and menu code with the
Javascript statements on every page you want the menu to appear on?
by John
Thu Jun 20, 2002 2:59 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: menu headers as links
Replies: 4
Views: 3829

Easy...

,"Student Affairs","show-menu=stuaff","http://www.west.asu.edu/sa/","Student Affairs Home Page",1

This gives you a sub-menu, link, and status bar display.

See "Home" menu at http://westcgi.west.asu.edu/sai/.
by John
Wed Jun 12, 2002 6:45 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Two menus on the same form?
Replies: 2
Views: 2721

Set up a new array file for each of your different menu systems. Just give each file a different name (menu_array1.js, menu_array2.js, or whatever) and call them as needed.
by John
Wed Jun 12, 2002 6:37 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Scrollmenu Freeze in IE5.5 & Submenufreeze in Netscape 4
Replies: 5
Views: 4334

Sorry - didn't realize it was scrollable. I had a full window open with no scroll bar. The scroll is very erratic. Sometimes it goes where it should, other times it doesn't follow at all. If I may suggest, try taking that other scroller out of the lower right hand corner just to see what happens. I'...
by John
Wed Jun 12, 2002 4:24 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Scrollmenu Freeze in IE5.5 & Submenufreeze in Netscape 4
Replies: 5
Views: 4334

Comes up every time for me with no problems. IE6 under XP Pro.
by John
Tue Jun 11, 2002 2:53 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Changing Width of Submenu Entries
Replies: 1
Views: 1900

A sub-menu is no different than the main menu. Hence, the same properties apply, in this case the third item after the menu name (Menu Width).
by John
Mon Jun 10, 2002 3:04 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Drops down behind form-element..= not good...Solution?
Replies: 8
Views: 5921

How much of a form disappears depends on the browser and version being used - either it all goes or just the pop-ups go. There's no coding change you can make to control that.
by John
Mon Jun 10, 2002 2:58 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Script should detect the width of the longest menu entry
Replies: 4
Views: 4668

You mentioned 3.2.0. 3.4.08 is current. Why not catch up and take advantage of all the bug fixes and new features Andy has worked on?
by John
Thu Jun 06, 2002 11:58 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu item opens submenu AND is a hyperlink...?
Replies: 2
Views: 2503

This will do the trick (example from one of my sites at http://westcgi.west.asu.edu/sai/ )...

,"Student Affairs","show-menu=stuaff","http://www.west.asu.edu/sa/","Student Affairs Home Page",1
by John
Wed Jun 05, 2002 11:31 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: submenu still not pop up until HTML loaded (frames ver.)
Replies: 5
Views: 3735

Yesterday. Gotta keep up! :mrgreen:
by John
Wed Jun 05, 2002 10:43 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: submenu still not pop up until HTML loaded (frames ver.)
Replies: 5
Views: 3735

Are you running 3.4.08 (latest version)? It has a fix for this specific problem.
by John
Mon Jun 03, 2002 7:20 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Drops down behind form-element..= not good...Solution?
Replies: 8
Views: 5921

As mentioned, in NS (except 6) the whole form does go away. NS6 reacts like IE6 with only the pop-ups hiding. If you're looking at your site in NS other than 6 it is working properly (you said the whold form goes away). This is correct operation. So I'm confused as to why you think there's a problem...
by John
Mon Jun 03, 2002 6:01 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: SubMenus don`t open
Replies: 4
Views: 4039

Just went to the site you indicated and the sub-menus open (and work) just fine. Used XP and IE6.
by John
Mon Jun 03, 2002 5:51 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Drops down behind form-element..= not good...Solution?
Replies: 8
Views: 5921

Forgot - see a working example at http://westcgi.west.asu.edu/sai/staff/ads/post.cfm.

Note also that it responds differently in IE and NS - in IE just the pop-ups go away, in NS the entire form hides.
by John
Mon Jun 03, 2002 5:37 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Drops down behind form-element..= not good...Solution?
Replies: 8
Views: 5921

Enclose your entire <form> within a <div id="any_name" style="position:relative">. Then include your chosen "any_name" within each menu definition that you want to trigger the hide function as addmenu(menu=["home",106,36,90,0,"",style1,,"left&qu...
by John
Thu May 16, 2002 9:36 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Are two distinct menu_array.js files possible?
Replies: 3
Views: 3026

Re: Are two distinct menu_array.js files possible?

Pat - Here's Andy's call for his 2 menu page... <SCRIPT language=JavaScript src="/menu/sidemenu_array.js" type=text/javascript></SCRIPT> <SCRIPT language=JavaScript src="/menu/mmenu_array.js" type=text/javascript></SCRIPT> <SCRIPT language=JavaScript src="/menu/mmenu.js"...
by John
Thu May 16, 2002 9:35 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Getting 2 menus on same page
Replies: 5
Views: 3904

Re: Getting 2 menus on same page

Here's how Andy did it... <SCRIPT language=JavaScript src="/menu/sidemenu_array.js" type=text/javascript></SCRIPT> <SCRIPT language=JavaScript src="/menu/mmenu_array.js" type=text/javascript></SCRIPT> <SCRIPT language=JavaScript src="/menu/mmenu.js" type=text/javascript...
by John
Thu May 16, 2002 3:31 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Are two distinct menu_array.js files possible?
Replies: 3
Views: 3026

Re: Are two distinct menu_array.js files possible?

Pat -

Are you using the new 3.4.03 menu? No idea at all if this makes any difference, but I don't think your arrays file you show above is the 3.4 version.


John
by John
Thu May 16, 2002 3:15 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: IE filters using v3.4.03
Replies: 11
Views: 6926

Re: IE filters using v3.4.03

My pleasure, Pat. And don't worry about it - Andy had to put up with my 'fog' when I went through the same problem! :-)


John
by John
Wed May 15, 2002 3:27 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: menu display in Opera and NS
Replies: 9
Views: 5813

Re: menu display in Opera and NS

Stefan - I believe our situations are pretty much the same. Never thought I'd be saying this (especially publicly!), but IE has NS beat - although the Mac versions are lagging behind (even OS X latest) in a fashion similar to the NS faults. In my university setting I am forced to try and cover all t...