Announcement

Collapse
No announcement yet.

Script Errors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Script Errors

    Every time I load a page on apolyton, I receive a "Script Error" and it asks me if I would like to continue running scripts. I always choose yes, so that the page will load- but I did not have this problem before-

    Does anyone else have it.

    And can it be fixed.

    Or is it on my end (this I doubt because on other forums today, I did not have this problem)

    You see, it makes it very hard and tedious for me to browse Apolyton, so if you would please fix it .... Thank you
    -->Visit CGN!
    -->"Production! More Production! Production creates Wealth! Production creates more Jobs!"-Wendell Willkie -1944

  • #2
    It'd be easier if you specify what browser you are using.
    (\__/) 07/07/1937 - Never forget
    (='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
    (")_(") "Starting the fire from within."

    Comment


    • #3
      and which exact page(s) you get the error(forums?)
      Co-Founder, Apolyton Civilization Site
      Co-Owner/Webmaster, Top40-Charts.com | CTO, Apogee Information Systems
      giannopoulos.info: my non-mobile non-photo news & articles blog

      Comment


      • #4
        Why not just add an error handler in the script, and no script errors will show...

        Code:
        function ignore_error()
        {
        	return true;
        }
        window.onerror=ignore_error;
        It's so simple, and yet no one uses it...
        Creator of the Civ3MultiTool

        Comment


        • #5
          cause then one would never find the bugs
          Co-Founder, Apolyton Civilization Site
          Co-Owner/Webmaster, Top40-Charts.com | CTO, Apogee Information Systems
          giannopoulos.info: my non-mobile non-photo news & articles blog

          Comment


          • #6
            Originally posted by MarkG
            cause then one would never find the bugs
            Well, sometimes it isn't bugs, but browser incompability, so then you could do a browsercheck in that and return false if it is a browser wehich it is supposed to work for.
            Creator of the Civ3MultiTool

            Comment


            • #7
              Originally posted by Gramphos
              Why not just add an error handler in the script, and no script errors will show...

              Code:
              function ignore_error()
              {
              	return true;
              }
              window.onerror=ignore_error;
              It's so simple, and yet no one uses it...
              Where would this go exactly?
              Don't try to confuse the issue with half-truths and gorilla dust!

              Comment


              • #8
                I'm getting delays in page loading. Between 5 and 15 secs. (Compared to this afternoon and early this evening)
                And either the first or both of the adds at the top of the screen do not load.

                I have IE6 on WINXP (if that helps)
                What?

                Comment


                • #9
                  Turn off auto-debugging.
                  Concrete, Abstract, or Squoingy?
                  "I don't believe in giving scripting languages because the only additional power they give users is the power to create bugs." - Mike Breitkreutz, Firaxis

                  Comment


                  • #10
                    Originally posted by Gramphos
                    Well, sometimes it isn't bugs, but browser incompability, so then you could do a browsercheck in that and return false if it is a browser wehich it is supposed to work for.
                    Again, write to the standard, and do not use any silly IE extensions.
                    (\__/) 07/07/1937 - Never forget
                    (='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
                    (")_(") "Starting the fire from within."

                    Comment


                    • #11
                      Originally posted by MarkG
                      and which exact page(s) you get the error(forums?)
                      I am using IE 4.0, I believe. Medium Security level.

                      The pages are all the pages.
                      It may have something to do with the new "style" selector that was installed on page 1.
                      -->Visit CGN!
                      -->"Production! More Production! Production creates Wealth! Production creates more Jobs!"-Wendell Willkie -1944

                      Comment


                      • #12
                        still geting it?
                        Co-Founder, Apolyton Civilization Site
                        Co-Owner/Webmaster, Top40-Charts.com | CTO, Apogee Information Systems
                        giannopoulos.info: my non-mobile non-photo news & articles blog

                        Comment


                        • #13
                          Thanks Mark- No script errors so far today
                          -->Visit CGN!
                          -->"Production! More Production! Production creates Wealth! Production creates more Jobs!"-Wendell Willkie -1944

                          Comment

                          Working...
                          X