Anyone know of javascript making IE not load a page

Discussion in 'JavaScript' started by HellBomb, Apr 21, 2010.

  1. #1
    Well as the title says does anyone know of javascript making IE not load a page. When viewing my website after a while with IE 8 it slows down the browsers to the point where it will no longer load any pages. I have to completely close IE and reopen it.
     
    HellBomb, Apr 21, 2010 IP
  2. job0107

    job0107 Peon

    Messages:
    23
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well, why don't you show us your code so we can see what the problem is.
     
    job0107, Apr 21, 2010 IP
  3. KimiGermany

    KimiGermany Peon

    Messages:
    1,117
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I had that problem LOL. Look at your css, mine was working again, because of the css, weird.
     
    KimiGermany, Apr 21, 2010 IP
  4. HellBomb

    HellBomb Active Member

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    80
    #4
    IDK how the css would affect it. I set it up so all css is cashed not loaded upon each page load.

    http://forum.trinityentertainment.net/
    I am not sure whcih javascript is the problem but it has been happening on both servers I have been on. I think its either the inferno shout or the advanced page stats, but stay on the page and you will see teh advanced page stats reload time start flashing rapidly saying its "reloading" then "reload every 10 seconds" then repeats again and again like 2 times a second.
     
    Last edited: Apr 26, 2010
    HellBomb, Apr 26, 2010 IP
  5. arpx

    arpx Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    why wouldnt you want IE to load the page? it didn't die yet.. although the users might getting close ;)
    you can find IE by standard snippet
    if (navigator.userAgent.indexOf('MSIE') !=-1) { ... }

    then alter the dom code to display something else i guess..
     
    arpx, Apr 28, 2010 IP
  6. krsix

    krsix Peon

    Messages:
    435
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I have no issues with it on IE with JS off.
     
    krsix, Apr 28, 2010 IP
  7. HellBomb

    HellBomb Active Member

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    80
    #7
    Thats not what I was saying, I said that after a few minutes the shoutbox makes it to the page won't load because of the javascript..
     
    HellBomb, Apr 29, 2010 IP