Asch
05-26-2003, 03:20 AM
hi, i have a script, that when you passes on a l ink with your mous, an image displays, the problem is that it doesnt work in netscape...i have tried some stuff but... does someone know how can I do that..??
this is the main function :
blablabla
function changetext(whichcontent){
if (document.all)
descriptions.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}
}
It s called with this :
onMouseover="changetext(content[1]);return false;
any suggestion is welcome...thanks..
asch
this is the main function :
blablabla
function changetext(whichcontent){
if (document.all)
descriptions.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}
}
It s called with this :
onMouseover="changetext(content[1]);return false;
any suggestion is welcome...thanks..
asch