views:

45

answers:

1

I am using safari 3.2 and 4.0.3. On the status bar, false is displayed. Even when my site is loading, the same message is displayed: false. Can anyone suggest what the problem might be and the solution as well.

Thanks in advance

+2  A: 

Presumably the page has some javascript that does the equivalent of

window.status = false;
Dave Hinton
Once again thank you so much Dave. Actually, there was var status defined in the js fil. I just renamed the variable and it worked.