I am working on something similar: Developer.ps/moo/test, I am using digitaralds history manger http://digitarald.de/project/history-manager. The version is not up yet, but you can use the one by aNobii here http://developer.ps/moo/test/js/HistoryManager.js
On Thu, Dec 17, 2009 at 9:41 PM, Eneko Alonso <[email protected]>wrote: > I´m on a project that requires this navigation now and so far I´m just > checking the hash for changes. > > The problem is that clicking on a link that only changes the hash (like <a > href="#myaccount">My account</a>) does save a new step in history in Firefox > and Chrome, but it does not on Internet Explorer. So the user can't click > the back button to go to the previous page/hash. > > There are tricks with iframes for that, but I don't recall any use of > flash. > > Eitherway, any recommendations are welcome, and if there is a Mootools way > to do this, betten then :) > > > 2009/12/17 Fábio M. Costa <[email protected]> > >> Digitarald is recreating his History Manager for mootools 1.2+ >> I'm not sure if its ready for release. >> >> -- >> Fábio Miranda Costa >> Solucione Sistemas >> Engenheiro de interfaces >> >> >> >> On Thu, Dec 17, 2009 at 11:20 AM, Bruno Daniel <[email protected]> wrote: >> >>> iFrames and flash? I never tried writing one myself so I might be wrong, >>> but I believe only by periodically checking the hash portion of the URL (" >>> example.com/somepage.htm#hash_here") for changes should do the trick. >> >> >> > -- Dirar Abu Kteish Zan Studio Web Development Manager Mob.:+970-597-100118 website: www.zanstudio.com
