I'm doing this with a period executer and it seems to work great.

// Monitor the hash in case the user clicked the back button.
new PeriodicalExecuter(function(pe) {
        var lcDocument = window.location.hash;
        if (lcDocument.length>1) {
                // updateContent sets document.F1CMSContentId to the document 
id.
                if (document.F1CMSContentId !== lcDocument.substring(1)) {
                        F1.UI.UpdateContent(lcDocument.substring(1));
                }
        }
}, .5);


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to