
01/08/2005, 11:52
|
 | | | Fecha de Ingreso: junio-2004 Ubicación: Acá
Mensajes: 1.166
Antigüedad: 20 años, 8 meses Puntos: 4 | |
var o = document.createElement('input');
o.type = "text";
o.name = "lalala";
o.value = "";
document.getElementById('algun_elemento').appendCh ild(o); |