Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Keystroke event


  • From: dnunes at gmail.com (diego nunes)
  • Subject: [Javascript] Keystroke event
  • Date: Mon Mar 27 08:33:48 2006

On 3/27/06, Flavio Gomes <flavio@xxxxxxxxxxxxxxxx> 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