Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<input type="text" name="t1" onchange="alert('you entered: ' + this.value);" />
you said:is there a way to make an event like frmL.submit happen after a text field is updated (ie after the person enters a value [red]and moves to a new text field[/red]?