i no there is a way to change an image on a mouse over by alterin teh src of the image in a written function my is:
function selectColor(imageNam)
{
document.images[imageNam].src=('../images/'+ imageNam + '1.gif');
}
when i do this it says there is no such object as document.images[..] how do i ref n change an image within a web page, it is drivin me crazy, thanks guys
function selectColor(imageNam)
{
document.images[imageNam].src=('../images/'+ imageNam + '1.gif');
}
when i do this it says there is no such object as document.images[..] how do i ref n change an image within a web page, it is drivin me crazy, thanks guys