Bonjour,
kkun pourrait il me dire l équivalent de :
function ob_wo(os) {
var ot=(os.parentNode.nextSibling.firstChild.nextSibling);
var lensrc=obtest.src.length - 8;
var s=obtest.src.substr(lensrc, 8);
if (s=="inus.gif") {
ot.parentnode.nextSibling.firstChild.nextSibling.style.display="none";
ot.src = "../pictures/plus.gif";
}
pour netscape...ca marche bien avec IE

appelle de la fonction :
<td width=1% class=ob_ic" valign="top">
<img src='../pictures/plus.gif' onclick="javascript:ob_wo(this)">
</td>
merci