Pages continually reloading in IE??

7 replies
Recently updated a site for a client. Seems to work fine on all browsers EXCEPT Internet Explorer.

In IE the pages are continually reloading and you can't scroll down. I did notice it comes up as /index.html#

Could this be the problem? Appreciate any help as this is my first client and first time using a programmer. Cheers!
#continually #pages #reloading
  • Profile picture of the author Steve Diamond
    If you post the URL, it will be easier for someone here to help.

    I know the forum won't permit you to post real links with your low post count, but you can always do something like this:

    thedomain dot com

    Steve
    Signature
    Mindfulness training & coaching online
    Reduce stress | Stay focused | Keep positive and balanced
    {{ DiscussionBoard.errors[1101455].message }}
    • Profile picture of the author nontemplates
      It simple. Your site is possessed.

      but seriously post the link like Steve said and we can exorcise it. What did you use the programmer for? that might be the first clue.
      {{ DiscussionBoard.errors[1101601].message }}
      • Profile picture of the author 4d-evolutions
        Thanks for your quick response guys. The site is www/dot/dbmillar/dot/com

        Sorry nontemplates, not sure what you meant by 'what did you use the programmer for?'. Please excuse my 'newbiness'.
        {{ DiscussionBoard.errors[1101822].message }}
        • Profile picture of the author Steve Diamond
          Tell your programmer that there's a JavaScript error at line 159 in file ajax.js. That line is in the doJokes function. The error is that the expression on the right side of the equal sign evaluates to null. It reads:

          Code:
          var response = ('ifrsub').contentDocument.getElementById('err').innerHTML;
          This may or may not be the root cause of the strange behavior in IE, but fixing it would be a good start.

          Steve
          Signature
          Mindfulness training & coaching online
          Reduce stress | Stay focused | Keep positive and balanced
          {{ DiscussionBoard.errors[1101938].message }}
          • Profile picture of the author 4d-evolutions
            Ok, thanks Steve. Very much appreciate your time and effort. There's probably not much I can help you with in return, but if you ever think of something count this as a standing offer.

            Cheers!
            {{ DiscussionBoard.errors[1101985].message }}
  • Profile picture of the author squadron
    Yes, it appears to be a javascript problem. You could remove each of the following one at a time and see what program is responsible:

    <script type="text/javascript" language="javascript" src="videowatchpromenu.js"></script>
    <script type="text/javascript" src="jquery-latest.js"></script>
    <script type="text/javascript" src="thickbox.js"></script>
    <script type="text/javascript" src="js_framework.js"></script>
    <script type="text/javascript" src="ajax.js"></script>
    {{ DiscussionBoard.errors[1101989].message }}
    • Profile picture of the author 4d-evolutions
      Thanks Squadron, much appreciated. Will let you know how it pans out.
      {{ DiscussionBoard.errors[1102024].message }}

Trending Topics