|
Here is something I use, you can omit the alert to make it
transparent to the user.
<!-- Begin
function onKeyPress () { var keycode; if (window.event) keycode = window.event.keyCode; else if (e) keycode = e.which; else return true; if (keycode == 13) { alert("Please Click on the NEXT button to process this form."); return false } return true } document.>// End --> ===========================================================
Confidentiality Notice This message is intended exclusively for the individual or entity to which it is addressed. This communication may contain information that is proprietary, privileged, or confidential or that is otherwise legally protected from disclosure. If you are not the named addressee, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message. ===========================================================
|
- Re: Witango-Talk: Tango stops processing <@ tags&... [Gauthier]
- RE: Witango-Talk: Tango stops processing <@ tags&... Cory Whitsett
- Re: Witango-Talk: Tango stops processing <@ tags&... [EMAIL PROTECTED]
- RE: RE: Witango-Talk: Tango stops processing <@ ... Bryan Hughes
- Re: RE: Witango-Talk: Tango stops processing &l... Rick Sanders
- Witango-Talk: Enter submits form Dave Shelley
- RE: Witango-Talk: Enter submits form Cory Whitsett
- Re: Witango-Talk: Enter submits form Brian Mowers
- RE: Witango-Talk: Enter submits form Ben Johansen
- RE: Witango-Talk: Enter submits form Anthony M. Humphreys
- Re: Witango-Talk: Tango stops processin... Brad Robertson
- Re: Witango-Talk: Tango stops processing <@ ... Roland Dumas
- Re: Witango-Talk: Tango stops processing <@ ... Dan Stein
