Re: Java Driven Left Nav Menu Question - Please Help!
From: FISH (joeking_at_merseymail.com)
Date: 11/30/04
- Next message: Luke: "Grid of rectangles"
- Previous message: Steve W. Jackson: "Re: Maximum Java performance on a Windows 2K platform with JDK 1.4"
- In reply to: ojitoys1: "Java Driven Left Nav Menu Question - Please Help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Nov 2004 08:50:45 -0800
"ojitoys1" <craig@ojitoys.com> wrote in message news:<oQTqd.368339$a85.118020@fed1read04>...
> Hello Java experts,
>
> This question concerns the attempted implementation of animated navigation
> menus on the left nav of a dynamically populated page/website. The left nav
> menus are simply categories and sub-categories that expand to the right on
> mouse over. A click is required to actually navigate to either the 1st, 2nd,
> or 3rd tier of menu categories.
[snipped...]
Reading your posting I began to wonder if you are mistaking Java for
JavaScript (?) Normally an applet would simply load into a rectangular
area on the page, and would not prevent the rest of the page from being
loaded and progressively rendered (apart from competing for network
bandwidth, naturally). Your description suggests you may be working
with JavaScript, not Java. (The two are related only by a similar
name and a vague similarity to the C syntax.)
To answer your two points from a Java applet point of view: Firstly,
Java can indeed control the loading of resources like images. If
the applet is written well it may function even before all its
resources have finished loading. If not, it won't! Secondly, if the
applet is on a page, and the browser departs for another page, the
applet may have to be loaded again - although typically a cached copy
will be used. The solution is to place the menu in its own frame.
-FISH- ><>
- Next message: Luke: "Grid of rectangles"
- Previous message: Steve W. Jackson: "Re: Maximum Java performance on a Windows 2K platform with JDK 1.4"
- In reply to: ojitoys1: "Java Driven Left Nav Menu Question - Please Help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|