View Full Version : error 'crossbj' is not an object ?
rowantrimmer
12-30-2002, 03:35 PM
I am totally lost on trying to work out this Javascript error.
The error is..
Line 179
Char 3
error 'crossbj' is not an object
code :0
I have attached the .js file as a txt file
Any ideas ?
Happy New Year
Rowan
do you have linked the js-file correctly?
this errors appear when you try to call a function or to access to a property of a object and the file where the function/object is declared isn't linked well. (or written badly).
when appears the error?
onloading the page?
what function do you call in onload in the body-tag?
or do you call the function in the script tag? Then the error could appear because the Browser is trying to execute the script before the page is loaded and there are no elements still on the page to work with them.
Saludo, piz
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.