Pages continually reloading in IE??

by 7 replies
9
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!
#programming #continually #pages #reloading
  • 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
    • [1] reply
    • 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.
      • [1] reply
  • 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>
    • [1] reply
    • Thanks Squadron, much appreciated. Will let you know how it pans out.

Next Topics on Trending Feed