Javascript won't work in Firefox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sky Kast
    New Member
    • Jun 2007
    • 2

    #1

    Javascript won't work in Firefox

    I'm running Firefox on a win 98 computer and javascript won't work




    And yes i have set everything javascript that should enable to true or check so it's not that
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    ... please be more specific ... what does not work? is javascript generally not to be executed ... or a particular script ...

    to test create a html file locally and insert:

    [HTML]<html>
    <head>
    <title>test javascript</title>
    </head>
    <body>
    <script>
    alert('js is working');
    </script>
    </body>
    </html>[/HTML]

    load the file to firefox - if you notice an alert box that says that js is working ... it is working ;)

    kind regards ...

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Changed thread title.

      Please remember to provide a meaningful Title for any threads started.

      This helps to ensure that other members, and also the general public, will have a better chance of finding answers to any similar questions.

      MODERATOR.

      Comment

      Working...