anonymous
2008-10-30 10:25:10 UTC
Here's what I have in the function code:
function swapImage()
{
var apple = document.getElementById("apple");
questionmark.src = "apple.gif";
var orange = document.getElementById("orange");
orange.src = "orange.gif";
var lemon = document.getElementById("lemon");
lemon.src = "lemon.gif";
}
Now here's what I have in the html: