Algum pode me ajudar a adequar as funções?
function tdOVER(OBJ, COLOR) {
if (!OBJ.contains(event.fromElement)) {
OBJ.style.cursor = 'hand';
OBJ.bgColor = COLOR;
}
}
function tdOUT(OBJ, COLOR) {
if (!OBJ.contains(event.toElement)) {
OBJ.style.cursor = 'default';
OBJ.bgColor = COLOR;
}
}
function tdCLK(OBJ) {
if(event.OBJElement.tagName=='TD')
OBJ.children.tags('A')[0].click();
}



Postagens
Não informado
