why won't this work?

Discussion in 'JavaScript' started by tomiko, Dec 14, 2009.

  1. #1
    won't work in firefox 3.5 and internet explorer.
     
    tomiko, Dec 14, 2009 IP
  2. mariush1007

    mariush1007 Member

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    it looks like You have wrong double quotes in the script tag, try to change this:

    <SCRIPT LANGUAGE=”JavaScript” TYPE=”text/javascript”>

    into this

    <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
     
    mariush1007, Dec 14, 2009 IP
  3. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #3
    You don't even need language=,
    type="text/javascript" will do... why are you using those strange quotes?
     
    camjohnson95, Dec 14, 2009 IP
  4. tomiko

    tomiko Member

    Messages:
    156
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #4
    thanks mariush1007 and camjohnson95. it works now!

    [​IMG]
     
    tomiko, Dec 14, 2009 IP