window.location.hash = 'whatever/you/want'
As far as reading it, you'd need to implement a hash listener.
Aaron Newton posted a custom event here to do just that a while ago
(completely untested)
http://gist.github.com/286636
There's a history manager on the forge to handle all of this type of
stuff (http://mootools.net/forge/p/historymanager) that uses a lot of
digitarald's history manager.
I'm waiting for digitarald's updated version (which is coming some day.)
On Feb 10, 2010, at 11:25 AM, Davor Ilic wrote:
Does exist a function to modify the url like this with an '#' http://kronehit.at/#/
content/display/key/gmoe
and to read it with JSON?