How do I know Javascript is enable?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Chatterton

    How do I know Javascript is enable?

    I'm having problems accessing a site that is supposed to be okay.
    The most likely possibility is that it has a lot of Javascript.

    How do I know if my browser is enabled for JS?

    I'm using win2K SP 4 with IE 6.

    Thanks for your help,
    Peter.



  • Hywel

    #2
    Re: How do I know Javascript is enable?

    In article <XYfrc.85645$Zx c.22614@news04. bloor.is.net.ca ble.rogers.com> ,
    Peter Chatterton says...[color=blue]
    > I'm having problems accessing a site that is supposed to be okay.
    > The most likely possibility is that it has a lot of Javascript.
    >
    > How do I know if my browser is enabled for JS?
    >
    > I'm using win2K SP 4 with IE 6.[/color]

    Create a file with this:
    <html>
    <script type="text/javascript">
    alert("JS Message");
    </script>
    </html>

    If you see the pop-up, JS is enabled.

    --
    Hywel I do not eat quiche


    Comment

    • Andrew Thompson

      #3
      Re: How do I know Javascript is enable?

      On Fri, 21 May 2004 04:55:19 GMT, Peter Chatterton wrote:
      [color=blue]
      > I'm having problems accessing a site that is supposed to be okay.[/color]

      What is the URL?
      [color=blue]
      > How do I know if my browser is enabled for JS?
      >
      > I'm using win2K SP 4 with IE 6.[/color]

      <http://www.physci.org/jvmclean.jsp?pt =js>

      If you get a big red box saying
      'This PC is running Microsoft Windows
      and using Internet Explorer.'
      Javascript is enabled.

      --
      Andrew Thompson
      http://www.PhySci.org/ Open-source software suite
      http://www.PhySci.org/codes/ Web & IT Help
      http://www.1point1C.org/ Science & Technology

      Comment

      • Dennis Biletsky

        #4
        Re: How do I know Javascript is enable?


        "Peter Chatterton" <ignoreThisPref ixPCHATTERTON@r ogers.com> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ
        × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
        news:XYfrc.8564 5$Zxc.22614@new s04.bloor.is.ne t.cable.rogers. com...[color=blue]
        > I'm having problems accessing a site that is supposed to be okay.
        > The most likely possibility is that it has a lot of Javascript.
        >
        > How do I know if my browser is enabled for JS?
        >
        > I'm using win2K SP 4 with IE 6.
        >
        > Thanks for your help,
        > Peter.
        >
        >
        >[/color]
        navigator.javaE nabled()http://devedge.netscape.com/library/manuals/2000/java
        script/1.3/reference/nav.html#119389 4


        Comment

        • Janwillem Borleffs

          #5
          Re: How do I know Javascript is enable?

          Dennis Biletsky wrote:[color=blue]
          >[/color]
          navigator.javaE nabled()http://devedge.netscape.com/library/manuals/2000/java[color=blue]
          > script/1.3/reference/nav.html#119389 4[/color]

          When you care to read the article yourself, you will notice that this method
          detects whether Java is enabled, not JavaScript.


          JW



          Comment

          • Peter Chatterton

            #6
            Re: How do I know Javascript is enable?

            Thanks a lot folks.

            The html file worked and I do have JS.

            The link:

            gave me:
            Service Temporarily Unavailable
            The server is temporarily unable to service your request due to maintenance
            downtime or capacity problems. Please try again later.
            ----------------------------------------------------------------------------
            ----

            Apache/1.3.29 Server at www.physci.org Port 80

            It sure looks like a JS problem to me, but maybe I'm getting at the site
            the wrong way -- from google.

            Peter.

            "Peter Chatterton" <ignoreThisPref ixPCHATTERTON@r ogers.com> wrote in message
            news:XYfrc.8564 5$Zxc.22614@new s04.bloor.is.ne t.cable.rogers. com...[color=blue]
            > I'm having problems accessing a site that is supposed to be okay.
            > The most likely possibility is that it has a lot of Javascript.
            >
            > How do I know if my browser is enabled for JS?
            >
            > I'm using win2K SP 4 with IE 6.
            >
            > Thanks for your help,
            > Peter.
            >
            >
            >[/color]


            Comment

            • Andrew Thompson

              #7
              Re: How do I know Javascript is enable?

              On Fri, 21 May 2004 15:00:04 GMT, Peter Chatterton wrote:
              [color=blue]
              > The html file worked and I do have JS.[/color]

              Excellent.
              [color=blue]
              > The link:
              > http://www.physci.org/jvmclean.jsp?pt=js
              > gave me: Service Temporarily Unavailable[/color]

              Aaah. My server is a bit sleepy, apparently.

              Usually, if you try them in a few moments,
              they come good.

              --
              Andrew Thompson
              http://www.PhySci.org/ Open-source software suite
              http://www.PhySci.org/codes/ Web & IT Help
              http://www.1point1C.org/ Science & Technology

              Comment

              Working...