How do I disable IE6?

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

    How do I disable IE6?

    I'm a beginner with JS. When I try to disable JavaScript in IE6, I can't
    seem to turn it off in order to do off-line tests -- with or without JS
    enabled -- on my developing site.

    What I try in IE is: Tools => Internet Options => Security => Custom Level
    => Scripting => Active Scripting (disable).

    When I do this, and visit sites on-line, JS is disabled. And I can disable
    JS in NN, Moz and Opera (and use the <noscript> </noscript> feature). But
    no matter what I do with IE6, when I open my htm file off-line the "test" JS
    in my site is always active (and I can't get the <noscript></noscript> code
    to work).

    What am I missing (besides my marbles)?

    Craig


  • mehdi amini

    #2
    Re: How do I disable IE6?


    "Craig" wrote:

    ..........[color=blue]
    > What I try in IE is: Tools => Internet Options => Security => Custom[/color]
    Level[color=blue]
    > => Scripting => Active Scripting (disable).[/color]
    ...........

    but what you are actually doing is :
    Tools => Internet Options => Security
    =>Internet
    => Custom Level=> Scripting => Active Scripting (disable).

    If you look carefully at
    Tools => Internet Options => Security
    you can see there 4 Icons
    the first one is Internet, and it is preselected.

    Just select what you want: " local Intranet" instead.

    So:

    Tools => Internet Options => Security
    => local Intranet
    => Custom Level=> Scripting => Active Scripting (disable).


    m


    Comment

    • Andrew Thompson

      #3
      Re: How do I disable IE6?

      On Tue, 7 Sep 2004 22:54:23 -0600, Craig wrote:
      [color=blue]
      > I'm a beginner with JS. When I try to disable JavaScript in IE6, I can't
      > seem to turn it off in order to do off-line tests -- with or without JS
      > enabled -- on my developing site.[/color]

      I am not sure what the IE prefs are supposed to do
      when you disable/enable JAvascript, but I never
      sucessfully managed to disable JS in IE till I
      saw this post by Grant Wagner.

      [ Brace yourself, it's a bit scary! ]

      <http://google.com/groups?selm=408 6C1C3.8120D1B6% 40agricoreunite d.com>

      --
      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

      • Richard Cornford

        #4
        Re: How do I disable IE6?

        Craig wrote:[color=blue]
        > I'm a beginner with JS. When I try to disable JavaScript
        > in IE6, I can't seem to turn it off in order to do off-line
        > tests -- with or without JS enabled -- on my developing site.
        >
        > What I try in IE is: Tools => Internet Options => Security =>
        > Custom Level => Scripting => Active Scripting (disable).[/color]
        <snip>

        One obvious strategy for testing web sites is to set up a local HTTP
        server and test the site from there. In that way you can convince IE
        that it is accessing the site from the Internet and internet security
        settings will be applied, giving a much more realistic impression of how
        the site will behave when it is on a public server.

        Richard.


        Comment

        • Newsgroup_Poster8

          #5
          Re: How do I disable IE6?

          "mehdi amini" <m@grauland.d e> wrote in message news:<2q7ia7Frl gthU1@uni-berlin.de>...[color=blue]
          > "Craig" wrote:
          >
          > .........[color=green]
          > > What I try in IE is: Tools => Internet Options => Security => Custom[/color]
          > Level[color=green]
          > > => Scripting => Active Scripting (disable).[/color]
          > ..........
          >
          > but what you are actually doing is :
          > Tools => Internet Options => Security
          > =>Internet
          > => Custom Level=> Scripting => Active Scripting (disable).
          >
          > If you look carefully at
          > Tools => Internet Options => Security
          > you can see there 4 Icons
          > the first one is Internet, and it is preselected.
          >
          > Just select what you want: " local Intranet" instead.
          >
          > So:
          >
          > Tools => Internet Options => Security
          > => local Intranet
          > => Custom Level=> Scripting => Active Scripting (disable).
          >
          >
          > m[/color]

          Thank you for your responce.

          I tried you suggestion: it didn't work for me.

          Craig

          Comment

          • Newsgroup_Poster8

            #6
            Re: How do I disable JS in IE6?

            Andrew Thompson <SeeMySites@www .invalid> wrote in message news:<oj22xpdna u3f.neqpakg65yi p$.dlg@40tude.n et>...[color=blue]
            > On Tue, 7 Sep 2004 22:54:23 -0600, Craig wrote:
            >[color=green]
            > > I'm a beginner with JS. When I try to disable JavaScript in IE6, I can't
            > > seem to turn it off in order to do off-line tests -- with or without JS
            > > enabled -- on my developing site.[/color]
            >
            > I am not sure what the IE prefs are supposed to do
            > when you disable/enable JAvascript, but I never
            > sucessfully managed to disable JS in IE till I
            > saw this post by Grant Wagner.
            >
            > [ Brace yourself, it's a bit scary! ]
            >
            > <http://google.com/groups?selm=408 6C1C3.8120D1B6% 40agricoreunite d.com>[/color]

            Thank you for your responce.

            Your suggestion is indeed a scary one -- for me, at any rate. In lieu
            of all that (and, if nothing else), I can rely on browsers other than
            IE to test the 'JS disabled' functioning of my site.

            Craig

            Comment

            • Newsgroup_Poster8

              #7
              Re: How do I disable IE6?

              "Richard Cornford" <Richard@litote s.demon.co.uk> wrote in message news:<chn1cd$a4 m$1$830fa795@ne ws.demon.co.uk> ...[color=blue]
              > Craig wrote:[color=green]
              > > I'm a beginner with JS. When I try to disable JavaScript
              > > in IE6, I can't seem to turn it off in order to do off-line
              > > tests -- with or without JS enabled -- on my developing site.
              > >
              > > What I try in IE is: Tools => Internet Options => Security =>
              > > Custom Level => Scripting => Active Scripting (disable).[/color]
              > <snip>
              >
              > One obvious strategy for testing web sites is to set up a local HTTP
              > server and test the site from there. In that way you can convince IE
              > that it is accessing the site from the Internet and internet security
              > settings will be applied, giving a much more realistic impression of how
              > the site will behave when it is on a public server.
              >
              > Richard.[/color]

              Thank you for your responce.

              Your suggestion is well taken: but, is setting up a local HTTP server
              plausable for a 'marble-less' novice website developer? (I am well
              versed in HTML, CSS, XHTML and a bit of JS; and, I have perviewed the
              Apache download site: http://httpd.apache.org/download.cgi.)

              Craig.

              Comment

              • mehdi amini

                #8
                Re: How do I disable IE6?


                "Newsgroup_Post er8" wrote:
                [color=blue]
                >
                > I tried you suggestion: it didn't work for me.
                >
                > Craig[/color]

                so for me when I test against the filesystem, sorry.
                I now realized that my test was against my local tomcat.

                -> Richard Cornford advice: local HTTPserver

                bye
                m


                Comment

                • Robert

                  #9
                  Re: How do I disable IE6?

                  newsgroup_poste r8@yahoo.com (Newsgroup_Post er8) wrote in message[color=blue]
                  > Your suggestion is well taken: but, is setting up a local HTTP server
                  > plausable for a 'marble-less' novice website developer? (I am well
                  > versed in HTML, CSS, XHTML and a bit of JS; and, I have perviewed the
                  > Apache download site: http://httpd.apache.org/download.cgi.)
                  >[/color]


                  The most difficult part is figuring out what file to download. Skip
                  all that stuff about verifying that the download got downloaded
                  correctly.

                  Once you get the correct file, it might tell you got get the MSI
                  package. It will tell you where to download it from on the MS site.

                  As far as installing it, it is easy. It runs without any
                  configuration. Just create a subfolder in the main documention folder
                  for your site.

                  For Windows 98, it is best to manually start Apache everytime.

                  Now if you had MacOS X, you'd find that MacOS X comes with Apache.

                  Robert

                  Comment

                  • Andrew Thompson

                    #10
                    Re: How do I disable JS in IE6?

                    On 9 Sep 2004 15:49:48 -0700, Newsgroup_Poste r8 wrote:
                    [color=blue][color=green]
                    >> <http://google.com/groups?selm=408 6C1C3.8120D1B6% 40agricoreunite d.com>[/color][/color]
                    ...[color=blue]
                    > Your suggestion is indeed a scary one -- for me, at any rate.[/color]

                    Fair enough. I will assure you though,
                    that I tried it successfully, and that I
                    only tried it because I was confident that
                    Grant had already tested it himself.
                    [color=blue]
                    >... In lieu
                    > of all that (and, if nothing else), I can rely on browsers other than
                    > IE to test the 'JS disabled' functioning of my site.[/color]

                    (chuckles) Fair enough! I have only ever tried it
                    once, for an IE specific problem where I needed to
                    test every possibility available to me.

                    Most of my 'no JS' testing is done in Moz.

                    --
                    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

                    • Richard Cornford

                      #11
                      Re: How do I disable IE6?

                      Newsgroup_Poste r8 wrote:[color=blue]
                      > Richard Cornford wrote:[color=green]
                      >> One obvious strategy for testing web sites is to set up
                      >> a local HTTP server and test the site from there. ...[/color][/color]
                      <snip>[color=blue]
                      > Your suggestion is well taken: but, is setting up a
                      > local HTTP server plausable for a 'marble-less' novice
                      > website developer? (I am well versed in HTML, CSS,
                      > XHTML and a bit of JS; and, I have perviewed the Apache
                      > download site: http://httpd.apache.org/download.cgi.)[/color]

                      I have no idea what impact being 'marble-less' would have on your
                      ability to set up a local HTTP server. But my perception would be that
                      if you want to call yourself a web developer you want (probably need) to
                      have some familiarity with HTTP servers, and setting one up (preferably
                      Apache and/or IIS initially, as they are probably the two most widely
                      used on the Internet) to run locally (and configuring it to be a
                      sensible test environment) is going to make a positive contribution in
                      that direction.

                      Richard.


                      Comment

                      Working...