You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Chandra Sekhar <la...@lasersoft.co.in> on 2006/11/02 12:50:22 UTC

On Key Press of F5 on x:inputFileUpload Tag

Hi,

   On the Key Press of F5, for
< x:inputFileUpload tag> with JavaScript enabled,
I have to check for window.event.keyCode.If it is 116(ie., functional key F5),
then window.event.keyCode need to be made as zero.
Then F5 will be blocked.
This I'm Operating it on KeyDownEvent. Itz giving the same result for KeyPressEvent.

Kindly,help me for this issue and forgive for any technically written mistakes.

Regards,
Chandru.