be banalmente cosi :P
Codice PHP:// Crei input di tipo rext
var x =document.createElement('INPUT');
x.setAtribute('type','text');
// Inserisco
document.body.appendChild(x);
be banalmente cosi :P
Codice PHP:// Crei input di tipo rext
var x =document.createElement('INPUT');
x.setAtribute('type','text');
// Inserisco
document.body.appendChild(x);