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 #17515 is a reply to message #17505] Thu, 01 April 2004 19:47 Go to previous messageGo to previous message
AzaToth is currently offline  AzaToth   Sweden
Messages: 125
Registered: October 2003
Karma:
Senior Member

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:41:28 GMT 2024

Total time taken to generate the page: 0.03928 seconds