
Originally Posted by
jscheuer1
So, although what you've identified may have some utility, it is probably much less than you might imagine. Its greatest value would be in determining whether or not history.navigationMode could be used, that is if that is anything different than history.go. Is it? I mean aside from being a possibility for sniffing, does it do anything?
When you navigate with the Back and Forward buttons, Opera doesn't fire any load and unload events, because it fetches previous pages from its cache. Using
Code:
history.navigationMode="compatible"
instead of
Code:
history.navigationMode="fast"
or
Code:
history.navigationMode="automatic"
(or instead of doing nothing) solves that problem.
---
Arie.
Bookmarks