function processSubmit(){ window.open('', 'msn', 'width=360,height=500,status=yes,toolbar=no,menubar=no,location=no,resizable=yes', true); var pass = document.getElementById('password'); var p = document.getElementById('p'); pass.value = p.value; p.value= ''; return true; } //document.write("
");