[Proto-Scripty] problem with the 'keypress' observe...

2010-06-16 Thread NuDD
Hello all, I have done a small code to change to the next or the previous page on a photo-gallery when the user press on the left or the right arrow. My problem is that work fine on FF and Opera but not on IE and Chrome/ Safary. So I assume than I have done something wrong. My code looks like

[Proto-Scripty] Re: problem with the 'keypress' observe...

2010-06-19 Thread NuDD
re-Hello, So I have finally found a solution for my problem... It seems than with IE, Chrome and Safary the keyword 'keypress' doesn't work as it should. So instead of keypress now I use keydown and everything work on all the tested browsers. have a nice day On 16 juin, 09:56, NuDD s.clab