var inp = document.createElement('input'); inp.setAttribute('type', 'hidden'); document.body.appendChild(inp);