<script>
function startloading(){
document.getElementById("java").innerHTML="<img src=\"..images/ajax-loading.gif\"/><br />Please wait while your video uploads.";
}
</script>
When a button is clicked, the text appears 100% correct, but the image is not returning. Yes, the image is in the correct place, but not loading for some reason when the button is clicked.
Well I can definitely tell you it’s a pathing issue, there’s no other reason for it not to work. If you have firebug you should be able to see it trying to call it from that path that it thinks it should be calling it from.