[jQuery] jQuery readonly input text and ie6

[jQuery] jQuery readonly input text and ie6


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