Problem with Java Script in IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhishekbrave
    New Member
    • Dec 2007
    • 79

    Problem with Java Script in IE

    I have a javascript that is working fine with mozila firefox, but when I am opening the same page in IE the java scrpt is not working.
    What might be the possible condition for this.
    Any pointers will be very helpful.
  • malav123
    New Member
    • Feb 2008
    • 217

    #2
    HI,
    I am having the same problem like you... when i m using the same javascript on machine other then my machine then it is working properly and it's also working good on different browsers... so problem must be in your local IE... so possible solution is you have to reinstall the IE...

    -malav.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Originally posted by abhishekbrave
      I have a javascript that is working fine with mozila firefox, but when I am opening the same page in IE the java scrpt is not working.
      What might be the possible condition for this.
      It's very difficult to say without showing the code.

      Comment

      • pronerd
        Recognized Expert Contributor
        • Nov 2006
        • 392

        #4
        Originally posted by malav123
        I am having the same problem like you... when i m using the same javascript on machine other then my machine then it is working properly and it's also working good on different browsers...
        That is not the same problem at all. The problem he described was incompatibility between Firefox and IE. Not IE with a remote connection vs IE with a local connection.

        The problem you described can be caused by differences in the security settings under internet tools. It can also be caused by accessing the file directly from the file system locally vs though a web server remotely.

        Comment

        • abhishekbrave
          New Member
          • Dec 2007
          • 79

          #5
          Originally posted by pronerd
          That is not the same problem at all. The problem he described was incompatibility between Firefox and IE. Not IE with a remote connection vs IE with a local connection.

          The problem you described can be caused by differences in the security settings under internet tools. It can also be caused by accessing the file directly from the file system locally vs though a web server remotely.
          I did some workaround to find the problem , when I disable the java script and java in Firefox ,the firefox is not able to show the page properly,but in IE java script is enabled but still I am facing the problem.
          Is there any security setting that I need to change in IE.

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            Originally posted by abhishekbrave
            I did some workaround to find the problem , when I disable the java script and java in Firefox ,the firefox is not able to show the page properly,but in IE java script is enabled but still I am facing the problem.
            Is there any security setting that I need to change in IE.
            Show the code that causes the problem, otherwise it's going to be difficult to pinpoint it.

            Comment

            • jcumoletti
              New Member
              • Apr 2008
              • 6

              #7
              if you are doing dom manipulation js is very different in IE and FF

              Comment

              Working...