Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 14 Jun 2012 20:28:53 +1000
From: Conrad Pankoff <deoxxa@...srs.biz>
To: musl@...ts.openwall.com
Subject: Re: Wiki for musl?

Hi, again, "web person" here to clear up a misunderstanding.

On 14/06/2012, at 5:55 PM, Szabolcs Nagy wrote:

> and the back button does not work anymore

Welcome to the wonderful world of the history API. In modern browsers (i.e. FF4+ and anything that uses WebKit) you can use the pushState method on the history object to update the URL in the browser without actually shoving the user off to a new page. On older browsers, the location.hash parameter can be used to achieve a similar (but not identical) effect. Both these techniques preserve the back/forward behaviours of the browser.

Regards,
Conrad

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.