Thread
:
What this error mean ?
View Single Post
#
2
(
permalink
)
10-10-06, 06:19 PM
TwoD
Community VIP
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
nextHiddenIndex is set to 5 in the beginning, making the script look for an element with the id "fileInput5", which doesn't exist.
The ylib_getObj function does not return an object in that case, and that's why you get the "has no properties" error.
__________________
[
W3Schools - learn all about the standards.
] [
QuirksMode - Browser Quirks
] [
MS's Online Reference Docs
] [
DOM in Gecko.
]
Please pay attention to stickys, announcements and forum rules, thank you.
Please also remember
Code Wrappers
and
[SOLVED] Marking
, this helps everyone.
TwoD
View Public Profile
Find all posts by TwoD