![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/06/2004, 02:11
|
![Avatar de kachalot](http://static.forosdelweb.com/customavatars/avatar63698_1.gif) | | | Fecha de Ingreso: mayo-2004 Ubicación: Castellon
Mensajes: 173
Antigüedad: 20 años, 9 meses 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??? |