Netscape 4.76 -- page loads *very* slowly

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
vickilh
Beginner
Beginner
Posts: 4
Joined: Mon Feb 23, 2004 10:45 pm

Netscape 4.76 -- page loads *very* slowly

Post by vickilh »

I'm currently revamping a website and hoping to use the Milonic menu. I currently have version 5.0 rc 50.
It works great in IE and Mozilla/Netscape 7. But it takes a page forever (well, up to a minute) to load in Netscape 4.76. -- Is this a known problem? Or is there something I've done to cause the problem, -- something I could do to remedy the problem?

Here is a sample page:
http://nursing.unc.edu/test/new/undergrad2.html

My menu javascript data file for this is at:
http://nursing.unc.edu/test/new/menu/2p ... nu_data.js

Many thanks! Vicki
VickiLH
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

I don't have anything that far back to try - sorry. One of the other folks probably does. 4.76 is ancient stuff, but your menu isn't that tough.

Are you using that function at the end of your _data file in the menu itself (didn't see it on a quick scan)? If not I'd suggest putting it in its own file, or directly into the HTML.

Also, you're a bit down-level. The current version is 5.03 release.
John
vickilh
Beginner
Beginner
Posts: 4
Joined: Mon Feb 23, 2004 10:45 pm

Post by vickilh »

Hi John,
thanks for your reply! .. What function are you talking about?
thx, Vicki
VickiLH
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

vickilh wrote:thanks for your reply! .. What function are you talking about?
At the end of your _data file, after the drawMenus();, you have...

Code: Select all

function mapwin() {
theWin = window.open ("http://nursing.unc.edu/map/mapframe.html",...}etc.
(Snipped to keep the window in check!)

:?:
John
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

I'm not sure what John is talking about, but there is some function after drawmenus()

You will probably be needing a /slash before the paths.

maz
vickilh
Beginner
Beginner
Posts: 4
Joined: Mon Feb 23, 2004 10:45 pm

Post by vickilh »

I've taken the mapWin function out of the menu_data file and put it in the html. That doesn't seem to have made any difference in the loading speed.

..Maz, -I'm not sure what you mean -- that I need a slash before the paths. (which paths?)

thanks! vicki
VickiLH
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Sorry. Didn't mean to imply it would help the problem, just that it shouldn't be there.
John
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

All your paths including images, tells it to always go back to the root, for when you start using subdirectories.

src="menu/milonic_src.js"

src="/menu/milonc_src.js"

maz
vickilh
Beginner
Beginner
Posts: 4
Joined: Mon Feb 23, 2004 10:45 pm

Post by vickilh »

Oh yeah .. all the paths will change when this heads into production.

-- I just wonder what's making this so slow. If I use the Netscape 4.76 browser to go to the Milonic site, with their menus, it's not super-speedy, but the load time is acceptable. I noticed that they put the menu_data info in the HTML body, so I tried that, but no difference in speed.

Very odd. Why would Milonic's site -- which looks similar -- be faster? I don't think it's the web servers -- the one here is probably several servers strung together doing load-sharing - it's very fast for other browsers.

thx again, Vicki
VickiLH
tepidarium
Mega User
Mega User
Posts: 169
Joined: Sun Oct 05, 2003 4:21 am

Post by tepidarium »

I don't know if you can get the menu to load any faster in netscape 4.x - I have had the smae problems, still do.
Post Reply