FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » double history fix
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: double history fix [message #31973 is a reply to message #17515] Mon, 29 May 2006 03:32 Go to previous message
Anonymous   Australia
AzaToth wrote on Thu, 01 April 2004 14:47

Ilia wrote on Thu, 01 April 2004 18:43

I've removed the OPERA exclusion code etc... but it still does not work in Opera and Konqueror and does not resolve the back history issue in other browsers.

hmm, strage, perhaps this then:
function fud_msg_focus(mid_hash)
{
        if(OPERA && IE4 && !window.location.hash)
        {
                window.location.href = window.location.href + '#' + mid_hash;
        }
        else if (!window.location.hash) {
                //window.location.hash = mid_hash;
                window.location.replace(window.location.href + '#' + mid_hash);
        }
}


[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Nightly builds
Next Topic: Custom tags
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Jul 08 17:58:49 GMT 2024

Total time taken to generate the page: 0.05167 seconds