Doesn't work in IE

Discussion in 'JavaScript' started by Tom12361, Jul 14, 2009.

  1. #1
    What's wrong with it? It works perfect in Mozilla, Opera and other browsers just except IE. Any ideas?
     
    Tom12361, Jul 14, 2009 IP
  2. GreatMetro

    GreatMetro Peon

    Messages:
    117
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try:

    function redirect(l,z,b) {
    if(l == "m"){
    window.location = "http://127.00.0.1/index.php?pagal="+z+"&miestas="+b;
    }
    }
     
    GreatMetro, Jul 15, 2009 IP