Skip to main content

How to build a cross-browser history management system - Tale...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 9 people (0 private), first by anonymouse user on 2007-11-05


Public Comment

on 2007-11-05 by wtnabe

iframe は避けて通りたいなぁ

Public Sticky notes

The main trick that history managers use is to have the browser believe the user navigated to a new url without the current page and all its JavaScript and DOM state being thrown away. The only part of the url that enables such a thing is the hash part.

Highlighted by rockmaple