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. > > >
