Re: Load xml in Javascript doesnt work in firefox
Hush wrote:
>
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
Hush wrote:
> else
> {
> alert("isa element not found");// handle case that 'isa' element
>was not found
> }
> {
> 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?
then it should not change the result of evaluating the condition.
--
Martin Honnen
Comment