|
|
|
Re: how to Stop functing ENTER key when report is processing [message #705228 is a reply to message #704855] |
Fri, 29 July 2011 11:31  |
Eclipse User |
|
|
|
Vijay,
Not sure if you are on Birt-Exchange.org but this would be a great
submission to the dev share.
Jason
On 7/29/2011 2:19 AM, vijay kumar wrote:
> Thank you Jason,
>
> Your suggestion worked for me.i have used alternative code for doing
> that since it is not functioning properly. I have used following code in
> FramsetFragemnt.jsp.
>
> ON body <body OnKeyPress="return disableKeyPress(event)"> added this and
> javascript function is
> function disableEnterKey(e)
> {
> var key; if(window.event)
> key = window.event.keyCode; //IE
> else
> key = e.which; //firefox return (key != 13);
> } .
>
> Thank you for your suggestion.
> Vijay Kumar Bolisetti
>
|
|
|
Powered by
FUDForum. Page generated in 0.05777 seconds