Very similar D, though not using your "window.status= bits. Mouse swaps between the two different images/maps.
function setmap(n,mapname,srcname)
{
with (document.all.tags("img").item(n))
{
src = "pictures/" + srcname;
useMap = mapname;
}
It is not my jscript tho that is causing the problem as obviously checked prob still there when commented out.
PS Just got back to this. Setting focus to help button on load cures problem so cheers Atw. I will not make fun of your moustache again.
Today.
function setmap(n,mapname,srcname)
{
with (document.all.tags("img").item(n))
{
src = "pictures/" + srcname;
useMap = mapname;
}
It is not my jscript tho that is causing the problem as obviously checked prob still there when commented out.
PS Just got back to this. Setting focus to help button on load cures problem so cheers Atw. I will not make fun of your moustache again.
Today.
Comment