When the user clicks on an image, I want the onClicks on all other images to be disabled until my function has finished.
I currently have this code that disables the
onclick it suppposed to be pointing to a javascript function. instead of onclick try with.
eles[i].disabled="true"
and at the end of your method back to eles[i].disabled="false"