Thanks first to everybody who help me for my get Index function, It was working except for on thing:
when you create an array like:
myArray = new Array()
myArray["first"]= image1.gif
myArray["second"]=image2.gif
myArray["third"]= image3.gif
I cannot use your functions to get the index with the reference "first". Actually, you can but it seams the the index of "first", "second" and "third" are all three of value 0. Why is that?
thanks again
Yannick
when you create an array like:
myArray = new Array()
myArray["first"]= image1.gif
myArray["second"]=image2.gif
myArray["third"]= image3.gif
I cannot use your functions to get the index with the reference "first". Actually, you can but it seams the the index of "first", "second" and "third" are all three of value 0. Why is that?
thanks again
Yannick