No subject


Sun Nov 4 19:47:06 GMT 2007


function loadImage(imageID)
{
  var photo = document.getElementById('photocontainer');
  photo.src = "/photos/photo" + imageID+".jpg";
}

<a href="#" onclick="loadImage(10);return false">

<img src="" id="photocontainer">

I've not done much javascript for a while, but something like that
would get rid of the flicker.

Martyn


More information about the BNMlist mailing list. Powered by Wessex Networks