Var myckosure = function(){ if (event.keyCode == 13) { ... UserName ... } Return; }; CommandInput.setAttribute('ONKEYPRESS', myclosure );