Hi folks,
For those of us trying to build an ajaxified navigation model, it
would be great if we could use something like "really simple
history" (
http://code.google.com/p/reallysimplehistory/).
Really simple history encapsulates a bunch of hacks that allow
developers to make the 'back button work' (as well as the forward
button too).
Currently, developers can embed and use these scripts and they'll work
just fine on Firefox, but the script requires that the container host
a "blank.html" file via an iframe in order to work on MSIE. Also, the
scripts require ownership of the document fragment identifier of the
url -- some containers are using this for security tokens.