function disableEnterKeyInAllInputTags( formID ){ var inputList = document.getElementById( formID ).getElementsByTagName( "input" ); for( i=0,len=inputList.length ; i