Microsoft ASP.NET Futures (July 2007): Managing Browser History with Client Script

This sample shows:

  1. The Sys.Application object and the pageNavigate event.

Example 1: Managing browser history with client script

This example includes three buttons. The handler for each button's click event sets navigation history points for the Sys.Application object. To see the effect of this logic, do the following:

  1. Press 1. See the trace output.
  2. Press 3. See the trace output.
  3. Press 2. See the trace output.
  4. Press the browser's Back button. Notice that the page is refreshed with previous data and that trace information shows this.
0