Ok I found the problem. The problem is that i want to bind the event on the Delete button keypress. But in ie the Delete button does not fire any keyCode.
Any idea/workaround? Kind regards Massimo On Aug 10, 12:54 pm, "m.ugues" <m.ug...@gmail.com> wrote: > Hallo all. > > I got e problem with this piece of code with ie6. > I'm trying to make an input text readonly with a predefined value and > I need to cancel the value only when some key is pressed on keyboard. > > Her is the code > > http://pastie.org/578280 > > The code do work on every browser except ie6 (on ie6 the input text > seems not to receive the focus when is readonly and so the event is > not fired up). > > Any idea > > Kind regards > > MAssimo