Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/06/2004, 02:11
Avatar de kachalot
kachalot
 
Fecha de Ingreso: mayo-2004
Ubicación: Castellon
Mensajes: 173
Antigüedad: 20 años
Puntos: 0
No me aparece la tabla q dibujo

Lenguaje java.....

function mate()
{
var w

w= "<div style=position: absolute; top: 70; left: 525; width: 225; height: 91;>"
w= w & "<table border='1'><tr><td>"
w= w & "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
w= w & "</td></tr></table>"
w= "</div>"
document.getElementById('pma').innerHTML=w
}
=================

La llamada en html.........

<div id="pma" onmouseover="mate()" style="position: absolute; top: 70; left: 525; width: 225; height: 91;">
<table>
<tr>
<td>
Mate
</td>
</tr>
</table>
</div>


Alguien sabe por que???