[Javascript] Keystroke event

diego nunes dnunes at gmail.com
Mon Mar 27 08:33:39 CST 2006


On 3/27/06, Flavio Gomes <flavio at economisa.com.br> wrote:
> > Thanks for the piece of, As you said this does work but it doesn't
> > stop firefox from opening the "Save Page As" window control.

   Have you tried..

  try { event.preventDefault(); } catch(e) { } finally {
event.returnValue=false; } return false;

  ?

--
diego nunes
dnunes.com


More information about the Javascript mailing list