M
Madison
Hi All,
I have web application in Framework 2 with master page which have this code
in body tag <body
onkeydown="javascript:if(event.keyCode==13){event.keyCode=9;}"> this codes
work very nicely all the pages except Search page. The users want to be able
to type some thing in any textboxes then hit Enter key which trigger Search
button without press Search button. Since this page is using master page then
the Enter key is not working.
Any ideas to make it to submit without press enter.
Thanks.
I have web application in Framework 2 with master page which have this code
in body tag <body
onkeydown="javascript:if(event.keyCode==13){event.keyCode=9;}"> this codes
work very nicely all the pages except Search page. The users want to be able
to type some thing in any textboxes then hit Enter key which trigger Search
button without press Search button. Since this page is using master page then
the Enter key is not working.
Any ideas to make it to submit without press enter.
Thanks.