Connecting Tech Pros Worldwide Help | Site Map

Drop menu loads slow

Rich
Guest
 
Posts: n/a
#1: Dec 28 '05
This new website purchased for our non-profit has a drop menu
has 13 starting points and around 230 individual links, that
appears on every page in the site, using ".asp" technology.

Know where can we find info / syntax for this mm_menu.js system
that appears to be a derivative of Fireworks? And, is this the
latest revision? Believe is derivative of Macromedia Fireworks.
Preamble in the controlling .js file says:

/**
* mm_menu 20MAR2002 Version 6.0
* Andy Finnell, March 2002
* Copyright (c) 2000-2002 Macromedia, Inc.
*
* based on menu.js
* by gary smith, July 1997
* Copyright (c) 1997-1999 Netscape Communications Corp.
*
* Netscape grants you a royalty free license to use or modify this
* software provided that this copyright notice appears on all copies.
* This software is provided "AS IS," without a warranty of any kind.
*/
function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh, halgn,
valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah)
{
this.version = "020320 [Menu; mm_menu.js]";
this.type = "Menu"; ...

Any ideas? Thanks Rich
Adrienne Boswell
Guest
 
Posts: n/a
#2: Dec 28 '05

re: Drop menu loads slow


Gazing into my crystal ball I observed Rich <richw_NOSPAM_@ntplx.net>
writing in news:43B226D0.6A74D31F@ntplx.net:
[color=blue]
> This new website purchased for our non-profit has a drop menu
> has 13 starting points and around 230 individual links, that
> appears on every page in the site, using ".asp" technology.
>
> Know where can we find info / syntax for this mm_menu.js system
> that appears to be a derivative of Fireworks? And, is this the
> latest revision? Believe is derivative of Macromedia Fireworks.
> Preamble in the controlling .js file says:
>
> /**
> * mm_menu 20MAR2002 Version 6.0
> * Andy Finnell, March 2002
> * Copyright (c) 2000-2002 Macromedia, Inc.
> *
> * based on menu.js
> * by gary smith, July 1997
> * Copyright (c) 1997-1999 Netscape Communications Corp.
> *
> * Netscape grants you a royalty free license to use or modify this
> * software provided that this copyright notice appears on all copies.
> * This software is provided "AS IS," without a warranty of any kind.
> */
> function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh, halgn,
> valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah)
> {
> this.version = "020320 [Menu; mm_menu.js]";
> this.type = "Menu"; ...
>
> Any ideas? Thanks Rich
>[/color]

Looks like there's a lot of hits when searching for mm_menu.js in Google.
The first is to Macromedia.

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Rich
Guest
 
Posts: n/a
#3: Dec 29 '05

re: Drop menu loads slow


Adrienne Boswell wrote:[color=blue]
>
> Gazing into my crystal ball I observed Rich <richw_NOSPAM_@ntplx.net>
> writing in news:43B226D0.6A74D31F@ntplx.net:
>[color=green]
> > This new website purchased for our non-profit has a drop menu
> > has 13 starting points and around 230 individual links, that
> > appears on every page in the site, using ".asp" technology.
> >
> > Know where can we find info / syntax for this mm_menu.js system
> > that appears to be a derivative of Fireworks? And, is this the
> > latest revision? Believe is derivative of Macromedia Fireworks.
> > Preamble in the controlling .js file says:
> >
> > /**
> > * mm_menu 20MAR2002 Version 6.0
> > * Andy Finnell, March 2002
> > * Copyright (c) 2000-2002 Macromedia, Inc.
> > *
> > * based on menu.js
> > * by gary smith, July 1997
> > * Copyright (c) 1997-1999 Netscape Communications Corp.
> > *
> > * Netscape grants you a royalty free license to use or modify this
> > * software provided that this copyright notice appears on all copies.
> > * This software is provided "AS IS," without a warranty of any kind.
> > */
> > function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh, halgn,
> > valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah)
> > {
> > this.version = "020320 [Menu; mm_menu.js]";
> > this.type = "Menu"; ...
> >
> > Any ideas? Thanks Rich
> >[/color]
>
> Looks like there's a lot of hits when searching for mm_menu.js in Google.
> The first is to Macromedia.
>
> --
> Adrienne Boswell
> http://www.cavalcade-of-coding.info
> Please respond to the group so others can share[/color]

Indeed these are appearing on my monitor too, but they really
don't tell you anything except how to click on the program
and make the menu. Hoping to find someone who knows what is
under the hood. Maybe another newsgroup? Surprised to read
forums on Macromedia, knowledgeable people say don't use it.
sample URL to check for slow loading blue screen.
http://ctrivers.org/FAQs.asp?FAQMID=...=10&bmode=Main
I still think 230 choices is too many. Thanks. rich
Closed Thread


Similar HTML / CSS bytes