var ipt = document.createElement("input");
ipt.type="text";
document.body.appendChild(ipt);
document.body.removeChild(ipt);