[CLOSED] internet explorer cannot open the internet site

  1. #1

    [CLOSED] internet explorer cannot open the internet site

    hi,

    if i have continuously click the menu in the portal page i got an error 'internet explorer cannot open the internet site'. how to avoid this error. i have attached the screen shot.
  2. #2

    RE: [CLOSED] internet explorer cannot open the internet site

    Hi,

    It is known IE bug.


    It is not possible append to the BODY element from script that isn?t a direct child to the BODY element*


    If there are any Javascripts running inside the body tag or inside a table which is directly a child of body, then most of the times this error is bound to happen. The solution is to move the script to the top or bottom of the body tag or even moving it after the body. The script can also be put inside a function and then calling it from window.onload. Another solution to this problem is to add defer=?defer? in the script tag.



    Also the bug can happen if Google Map API is used


    Here is a discussing this bug
    http://social.msdn.microsoft.com/For...1-c805660921f8

  3. #3

    RE: [CLOSED] internet explorer cannot open the internet site

    hi,

    i have set the defer="defer" property in script tag and also i moved all javascript functions after the body tag, even i got the same error. how to fix this error?

  4. #4

    RE: [CLOSED] internet explorer cannot open the internet site

    Hi,

    It depends what your page conyains. Can you show full sample page which reproduces the error?
    We need sample which we can test


Similar Threads

  1. Override F-key in Internet Explorer
    By glenh in forum 1.x Help
    Replies: 0
    Last Post: Jul 04, 2012, 9:41 PM
  2. Bug with TabPanel in Internet Explorer
    By dimitar in forum 1.x Help
    Replies: 0
    Last Post: Jul 22, 2011, 9:13 PM
  3. MenuItem in Internet Explorer
    By reiben in forum 1.x Help
    Replies: 3
    Last Post: Nov 26, 2010, 6:07 PM
  4. Trouble with internet explorer
    By W.villevoye in forum 1.x Help
    Replies: 0
    Last Post: Jun 17, 2010, 9:53 AM
  5. Internet Explorer 8
    By Ben in forum Open Discussions
    Replies: 3
    Last Post: Feb 25, 2009, 12:38 AM

Posting Permissions