Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE5 Status Bar Error Message

Status
Not open for further replies.

mickallen

Technical User
Jan 5, 2001
39
GB
Can Anyone advise if the problem I'am having is a common one. I'am in the early stages of developing a site using PHP4 and MySQL. When I load the pages within IE5, the pages load up fine and everthing is functional but there is an 'Error on page' Message in the Status Bar. When I view the message it reads:

Line: 38
Char: 1
Error: Object Expected
Code:0

The line number increases as subsequent pages are loaded. Can I just ignore this message if do is there some way of hiding it from the Status Bar.

Thanks in anticipation
 
I think his kind of error messages mostly has got something to do with a javascript code. So check your javascript if you have any. If not, then I'd just say ignore the messages. You could try to hide it by using a javascript :) line like this:

window.status = "Welcome to mysite!";

but then again, the message might still be there.
 
Thanks steijssen

I have checked the Javascript on the page and it was at fault for the problem which I have now fixed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top