quote:
Originally posted by Eljay
Surely you can just detect navigation events and manually keep track of the history...
Yes, sure I can do that. The thing is: I can easily detect when the page changes, but I have to find a way to distinguish between navigating to a new page or browsing through the history itself. When the user clicks the Back button, it'll load the previous page but it shouldn't add it to the recent pages.
Hmm, it seems like there are GetProperty() and PutProperty() methods which I can use... Interesting. I might even get this to work!