Node Operation JavaScript DHTML




function function1(){
   var newN = document.createElement("input");
   newN.type = "text";
   myForm.appendChild(newN);
   newN.innerText="Testing";
}


    Add Text Input