function createForm(){ /* document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write(''); document.write('
'); */ var form = document.getElementById("signupForm"); form.setAttribute("method","post"); form.setAttribute("action","/signup1.php"); var input; var p; var label; var br; var err_label; input = document.createElement("input"); input.setAttribute("type","hidden"); input.setAttribute("name","c"); input.setAttribute("value","signup"); form.appendChild(input); input = document.createElement("input"); input.setAttribute("type","hidden"); input.setAttribute("name","ac"); input.setAttribute("value","1210362998:45d96b7cf3b5c52b364e0fba6f02fece"); form.appendChild(input); } createForm();