my js is not good, but I’m thinking I’m going to need to use the getElementbyId some think like:
if (a == ‘tick’)
document.getElementById(‘imageDiv’) = tick.gif
else
document.getElementById(‘imageDiv’) = cross.gif
<div id="imageDiv"></div>
but is does not work.
Use this, it should work.