naohirozrx / reallysimplehistory

Automatically exported from code.google.com/p/reallysimplehistory
Other
0 stars 0 forks source link

How does asp.net AJAX Futures history support work? #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ASP.NET AJAX history and back button support, see

http://quickstarts.asp.net/Futures/ajax/doc/history.aspx

This does exactly what many of us are wanting, namely, it provides total
control over the back/forward buttons, seemingly without all the oddities
of other methods.  I've verified that they are doing this entirely via
client-side javascript (i.e., the asp maps to javascript code on loading).
Does anyone know how they are making this work?  Have they simply masked
the same notions as RSH, or are they taking advantage of other interfaces
that perhaps we could exploit as well?

Original issue reported on code.google.com by allenamb...@gmail.com on 28 Sep 2007 at 5:56

GoogleCodeExporter commented 8 years ago

Original comment by bdpathfi...@gmail.com on 28 Oct 2007 at 6:01

GoogleCodeExporter commented 8 years ago
On first glance, this looks like the ASP history manager that Bertrand Le Roy 
blogs
about here:

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

Closing this issue as it's not an RSH bug but a request for comment/info.

Original comment by bdpathfi...@gmail.com on 5 Nov 2007 at 6:42