Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/11/2006, 16:17
oscar2001601
 
Fecha de Ingreso: febrero-2006
Mensajes: 56
Antigüedad: 18 años, 3 meses
Puntos: 0
ayuda mas o menos

<html>
<head>
<script>
function ju()
{
document.getElementById("oscar").innerHTML="<a href='Dom.html' onclick='ju();'>jel</a>";
}
</script>
</head>
<form>
<table><tr><td id="oscar"><a href="#" onclick="ju();">jol</a></td></tr></table>
</form>
</html>

esto no es definitivo..pero puede ser una solcion para tu problema...