Load xml in Javascript doesnt work in firefox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin Honnen

    #16
    Re: Load xml in Javascript doesnt work in firefox

    Hush wrote:
    > else
    > {
    > alert("isa element not found");// handle case that 'isa' element
    >was not found
    > }
    >
    I commented the line above out, and now it seems to work :| I dont
    understand..... ......
    >

    >
    Does this make any sense to you?
    No, not really, if you uncomment an else branch of an if/else statement
    then it should not change the result of evaluating the condition.

    --

    Martin Honnen

    Comment

    • kerry.geiger@dreamworks.com

      #17
      Re: Load xml in Javascript doesnt work in firefox

      On Aug 8, 5:04 am, Hush <ke...@skummer. comwrote:
         else
         {
           alert("isa element not found");// handle case that 'isa' element
      was not found
         }
      >
      I commented the line above out, and now it seems to work :| I dont
      understand..... ......
      >

      >
      Does this make any sense to you?
      I had the exact error - and it seems to be caused by Firebug. I
      upgraded to FF3 yesterday, and my scripting worked, then installed
      the
      new version of firebug, and the scripts calling XML failed with the
      permission error.

      Unistall Firebug, and test.

      Comment

      • Hush

        #18
        Re: Load xml in Javascript doesnt work in firefox

        On 8 Aug., 19:10, kerry.gei...@dr eamworks.com wrote:
        On Aug 8, 5:04 am, Hush <ke...@skummer. comwrote:
        >
           else
           {
             alert("isa element not found");// handle case that 'isa' element
        was not found
           }
        >
        I commented the line above out, and now it seems to work :| I dont
        understand..... ......
        >>
        Does this make any sense to you?
        >
         I had the exact error - and it seems to be caused by Firebug. I
         upgraded to FF3 yesterday, and my scripting worked, then installed
        the
         new version of firebug, and the scripts calling XML failed with the
         permission error.
        >
         Unistall Firebug, and test.
        Yup. thats the solution. Everything works fine here now. (What an
        annoying mistake !!)

        Thank you all for the support:)

        Comment

        • Thomas 'PointedEars' Lahn

          #19
          Re: Load xml in Javascript doesnt work in firefox

          Hush wrote:
          On 8 Aug., 19:10, kerry.gei...@dr eamworks.com wrote:
          >On Aug 8, 5:04 am, Hush <ke...@skummer. comwrote:
          >>> else
          >>> {
          >>> alert("isa element not found");// handle case that 'isa' element
          >>>was not found
          >>> }
          >>I commented the line above out, and now it seems to work :| I dont
          >>understand... ........
          >>http://www.sporturn.com/new/popuppages/new_profile.php
          >>Does this make any sense to you?
          > I had the exact error - and it seems to be caused by Firebug. I
          > upgraded to FF3 yesterday, and my scripting worked, then installed
          > the new version of firebug, and the scripts calling XML failed with the
          > permission error.
          >>
          > Unistall Firebug, and test.
          >
          Yup. thats the solution. Everything works fine here now. (What an
          annoying mistake !!)
          It would appear that you have been using a substandard Firebug version or
          one that is not suited for Fx 3, because I have Firebug 1.2.0b7 installed
          on top of Firefox 3.0.1 and it WFM as it did before.


          PointedEars
          --
          Anyone who slaps a 'this page is best viewed with Browser X' label on
          a Web page appears to be yearning for the bad old days, before the Web,
          when you had very little chance of reading a document written on another
          computer, another word processor, or another network. -- Tim Berners-Lee

          Comment

          • Hush

            #20
            Re: Load xml in Javascript doesnt work in firefox

            It would appear that you have been using a substandard Firebug version or
            one that is not suited for Fx 3, because I have Firebug 1.2.0b7 installed
            on top of Firefox 3.0.1 and it WFM as it did before.
            I user Firebug 1.2.0b7, and after deactivating, the problem
            disappeared.

            Comment

            • Thomas 'PointedEars' Lahn

              #21
              Re: Load xml in Javascript doesnt work in firefox

              Hush wrote:
              >It would appear that you have been using a substandard Firebug version or
              >one that is not suited for Fx 3, because I have Firebug 1.2.0b7 installed
              >on top of Firefox 3.0.1 and it WFM as it did before.
              >
              I user Firebug 1.2.0b7, and after deactivating, the problem
              disappeared.
              Then there must be at least one other difference between our test environments.


              PointedEars
              --
              realism: HTML 4.01 Strict
              evangelism: XHTML 1.0 Strict
              madness: XHTML 1.1 as application/xhtml+xml
              -- Bjoern Hoehrmann

              Comment

              Working...