surreal5335
10-19-2010, 08:53 AM
I am writing an ajax function and while I followed the w3 tutorial I am getting an undefined error. I have already checked the file path and it is good, so the external file for the ajax function is good.
The function in question is gallerySelect()
Here is the file to it:
http://paperlesswasp.com/gallery/external_files/ajax_gallery.js
and the method at which I am calling it is:
<a href="#" ><img src="/gallery/thumbs/holga.png" style="opacity: 0.6; height: 120px; width: 120px;" class="gradualshine"
onmouseover="slowhigh(this)"
onmouseout="slowlow(this)" onclick="gallerySelect(1)" alt="holga"/></a>
I appreciate the help
The function in question is gallerySelect()
Here is the file to it:
http://paperlesswasp.com/gallery/external_files/ajax_gallery.js
and the method at which I am calling it is:
<a href="#" ><img src="/gallery/thumbs/holga.png" style="opacity: 0.6; height: 120px; width: 120px;" class="gradualshine"
onmouseover="slowhigh(this)"
onmouseout="slowlow(this)" onclick="gallerySelect(1)" alt="holga"/></a>
I appreciate the help