How to Build a Cross-Browser History Management System

15/10/2007

When we built the history management feature in ASP.NET Futures, we spent considerable time experimenting with the different behaviors of the main browsers out there. The problem with such a feature is that it has to rely on a number of hacks because browser vendors basically never anticipated this need. Now they’re thinking about it, so all this may be simplified in a few years, but in the meantime, it’s a very complicated feature to build.

Website: http://weblogs.asp.net/bleroy/archive/2007/09/07/how-to-build-a-cross-browser-history-management-system.aspx

Comments are closed.