Forum Moderators: open
code:
------------------------------------------------------------------------
function flip(name, src) {
swapImage='images/clients/'+src
document.layers['invjav'].document.images[name].src = swapImage
//alert(document.layers['invjav'].document.images[name].src)
}
------------------------------------------------------------------------
annoyingly when i do the alert it will load the image. Can anyone help with this please as its driving me nuts