[Greasemonkey] Filtering keypress w/ event handler DNW (for me)

Anthony Lieuallen arantius at gmail.com
Wed Apr 19 16:34:41 EDT 2006


On 4/19/2006 3:32 PM, Philip Friedman - Auto Europe wrote:
> Any suggestions on how to filter the characters that can be entered
> into an input field?

event.preventDefault();
event.stopPropagation();


More information about the Greasemonkey mailing list