Slashdot Mirror


Mozilla 0.9.4 Released

asa writes: "Lots of bug fixes (1,467 at last count) since 0.9.3 including the ability to disable the JavaScript window.open() method during page load and unload events. You can find more information on what's new at the release notes and mozillaZine."

2 of 388 comments (clear)

  1. Re:0.9.4 Linux does not work by gloth · · Score: 0, Flamebait

    Not sure why that is. I started with Linux 0.99.14 back then, and X worked fine. But hey, I heard they're at Linux 2.4.9 these days, and that one kicks ass for me ;-)

  2. Just wait until sites do this... by Ryu2 · · Score: 2, Flamebait

    The obvious workaround for advertisers desparate to be as annoying as possible:

    var w = window.open(...);
    if(w == null)
    window.location = "popups_required.html";

    redirecting you to a message telling you that you need to enable popups to use the site

    --
    There's 10 types of people in this world, those who understand binary and those who don't.