el codigo es este
Código:
y luego en el body<script> function mOvr(src,clrOver) { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = clrOver; } } function mOut(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn; } } function mClk(src) { if(event.srcElement.tagName=='TD'){ src.children.tags('A')[0].click(); } } </script>
Código:
me aparece un alerta<td onclick="mClk(this);" onmouseout="mOut(this,'#383438');" onmouseover="mOvr(this,'#6C6C6C');" vAlign="center" width="135" style="border-bottom: 1px solid rgb(0,0,0); padding-left: 6; padding-top: 1; padding-bottom: 1" bgcolor="#383438" height="18"><font face="Verdana" size="1"><a style="color: rgb(255,255,255); text-decoration: none" href="pagina.htm">titulo de la pagina</a></font></td>
Error linea 18 'children.tags (...)0'es nulo o no es un objeto
como lo soluciono???? <img src='images/tongue.gif' width=15 height=15 align=middle>
gracias