Hello; I am using the latest version of Firefox, but some time it give me a massage as following;
typeerror: window.content has no properties
Could anyone tell me why? Thanks
tedster
4:00 pm on Jan 17, 2007 (gmt 0)
Sounds like a javascript error - would that make sense?
cmarshall
6:55 pm on Jan 17, 2007 (gmt 0)
It's definitely (as Tedster mentioned) a JavaScript error. This error usually happens when you try to access object properties or functions when the object reference is null, or the object property/function doesn't exist.