On 7/4/06, elio <[EMAIL PROTECTED]> wrote: > > Hello Mochikiters, > > I'm making client server comunications with Mochikit async but I don't > know how to manage with back and forward keys of the browser, may you > suggest me any fine documentations ?
Here's one, haven't tried this out myself though: http://www.onjava.com/pub/a/onjava/2005/10/26/ajax-handling-bookmarks-and-back-button.html?page=1 The implementation is quite simple. For each state change, you modify the url to contain a "#someidforeachstate" suffix. That registers in the browser's history without it reloading the page. Perhaps something like this is a good candidate for a MochiKit module? Arnar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
