Subject:
|
Re: Question about Java with application to web
|
Newsgroups:
|
lugnet.publish
|
Date:
|
Sun, 30 Apr 2000 20:33:05 GMT
|
Viewed:
|
924 times
|
| |
| |
Fredrik Glöckner <fredrik.glockner@bio.uio.no> writes:
> 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.
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 file. These images *should* load after all the
other images have loaded, and will then be in the user's cache so that
when the user makes a decision, the image is already loaded. However,
the browser might not wait until all the images have loaded, which would
slow down the page instead of speeding up the process...
--Bram
Bram Lambrecht / o o \ BramL@juno.com
-------------------oooo-----(_)-----oooo-------------------
WWW: http://www.chuh.org/Students/Bram-Lambrecht/
-----------------------------------------------------------
|
|
Message is in Reply To:
| | Re: Question about Java with application to web
|
| (...) 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 (...) (25 years ago, 30-Apr-00, to lugnet.publish)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|