| Author |
Undefined is null or not an object
|
m brymer
Ranch Hand
Joined: Jan 04, 2005
Posts: 64
|
|
Hi, I have been staring at this for far to long and can't seem to see the problem. I keep getting the error message "undefined is null or not an object" when I run this piece of script. It is supposed to populate a 3rd select box based on the selection in the first select box from an array. Can someone look at my code an possibly tell me what I am not seeing? Thanks!
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Sounds like you are not passing the correct information to part of the script. The error usually means that the element is not there on the page or it has not loaded. I would highly recoomend that you download Mozilla or Firefox. They have a JavaScript debugging window that shows you the errors with a better description. Eric
|
 |
m brymer
Ranch Hand
Joined: Jan 04, 2005
Posts: 64
|
|
|
Thanks Eric, javascript is still much of mystery to me
|
 |
 |
|
|
subject: Undefined is null or not an object
|
|
|