Subject:
|
Re: Question about Java with application to web
|
Newsgroups:
|
lugnet.publish
|
Date:
|
Sun, 30 Apr 2000 14:47:59 GMT
|
Viewed:
|
570 times
|
| |
| |
"Kyle Keppler" <hifiki@yahoo.com> writes:
> As you can see they are mouseovers that chang one grafic into
> another.
I wasn't exactly thinking of mouseover, but what I want may be
related.
As an illustration of what I want, consider the aerial view of a town,
say. The user has four choices: To move north, east, south or west,
and see a new image of the town from the new origin.
While the user pounders over these choices, I want the browser to
download the images corresponding to the four movements, so that when
the user makes the choice, the right image is already downloaded.
This adds a second "problem" as well: The client must keep track over
where we currently are (X any Y position), so that the correct image
can be viewed.
I was really hoping to avoid a JavaScript solution, with the apparent
security issues involved.
Fredrik
|
|
Message has 1 Reply: | | Re: Question about Java with application to web
|
| (...) You could do this by putting <IMG SRC="north.jpg" width=1 height=1 border=0> <IMG SRC="east.jpg" width=1 height=1 border=0> <IMG SRC="south.jpg" width=1 height=1 border=0> <IMG SRC="west.jpg" width=1 height=1 border=0> at the end of the HTML (...) (25 years ago, 30-Apr-00, to lugnet.publish)
|
Message is in Reply To:
| | Re: Question about Java with application to web
|
| (...) Do you mean a function like this? (URL) model repository) or like this, (URL) Lego entry page) As you can see they are mouseovers that chang one grafic into another. Basicly anylink can a mouseover the way I know how to do it. It uses (...) (25 years ago, 29-Apr-00, to lugnet.publish)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|