[whatwg] history.back()

On 1/28/10 7:15 AM, Darin Fisher wrote:

> That said, I think it would be good for location.hash = 'a' to interrupt the
> history.back() request.  The net result being that "#a" is appended to
> session history, and the history.back() request is discarded.

Really? What if iframe has been navigated lately and something calls 
history.back() (to load previous page in iframe), but right after that
top level page calls location.hash = "foo";

-Olli

Received on Thursday, 28 January 2010 03:26:20 UTC