> wie sieht DEIN Code jetzt aus?

inkludierte JS-Datei:

function mouout(trid)
{
tmpObj=eval(trid);
childs=tmpObj.cells;
childcount=childs.length;
for(i=0;i<childcount;i++)
{
tmpObj.cells[i].className='';
}
}

function mouin(trid)
{
tmpObj=eval(trid);
childs=tmpObj.cells;
childcount=childs.length;
for(i=0;i<childcount;i++)
{
tmpObj.cells[i].className='trover';
}
}

HTML

.Write "<TR id=""tr1"" onMouseOver=""mouin(this.id)""
onMouseOut=""mouout(this.id)"">" & vbNewLine &_
         "<TD>" & rs("KA_Name") & ": </TD>" & vbNewLine &_
...


_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an