C
Chuck Jungmann
Is it possible to specifically use javascript to set the URL of a
bookmark when the user of a browser saves a bookmark?
I am working on a project where I am using iframe-based remote
scripting. The application is a provides a virtual drive around a
city, with a video pane and a linked map. The map is an arial view of
the vicinity of the contents of the video pane. There are buttons
that allow you to turn or move, and the map indicates where you are
and which direction you are looking to see the picture in the video
pane.
Rather than sending a new map with each move, I elected to keep a map
image as long as possible, using CSS and Javascript to changing and
moving a small IMG around on top of the map to correspond to the
location and orientation implied by the video, getting a new bitmap
only when the user is about to go off the edge.
The problem is that saving a bookmark (or refreshing the page) results
in the page returning to the position indicated when the page was
loaded. In other words, saving the page saves where you _were_,
rather than where you _are_.
Thanks in advance...
Chuck Jungmann
bookmark when the user of a browser saves a bookmark?
I am working on a project where I am using iframe-based remote
scripting. The application is a provides a virtual drive around a
city, with a video pane and a linked map. The map is an arial view of
the vicinity of the contents of the video pane. There are buttons
that allow you to turn or move, and the map indicates where you are
and which direction you are looking to see the picture in the video
pane.
Rather than sending a new map with each move, I elected to keep a map
image as long as possible, using CSS and Javascript to changing and
moving a small IMG around on top of the map to correspond to the
location and orientation implied by the video, getting a new bitmap
only when the user is about to go off the edge.
The problem is that saving a bookmark (or refreshing the page) results
in the page returning to the position indicated when the page was
loaded. In other words, saving the page saves where you _were_,
rather than where you _are_.
Thanks in advance...
Chuck Jungmann