Disable the Defalut button porperty while user click enter key on the form
-
hi all, when user click enter on the form the page is submitting . i d'nt want to submit the page while user click enter on the form .please give some soultion for this issue . Thanks And Regards, Guru
try with java script
window.event.keyCode
Best Regards ----------------- Abhijit Jana Microsoft Certified Professional "Success is Journey it's not a destination"
-
try with java script
window.event.keyCode
Best Regards ----------------- Abhijit Jana Microsoft Certified Professional "Success is Journey it's not a destination"
sorry yar it is not working for my case . the problem is whenever the user Edit the page i am doing All the fields are readonly and set tabindex property to -1; whenever he click enter on the form the button activate dfault . Note:pls let me know if it is not clear to you. Thanks And Regards, Guru
-
sorry yar it is not working for my case . the problem is whenever the user Edit the page i am doing All the fields are readonly and set tabindex property to -1; whenever he click enter on the form the button activate dfault . Note:pls let me know if it is not clear to you. Thanks And Regards, Guru
AS per my understanding , you have one "Enter" button, and you want user should click on it !! not pressing Enter key !!! am i clear ?
Best Regards ----------------- Abhijit Jana Microsoft Certified Professional "Success is Journey it's not a destination"
-
AS per my understanding , you have one "Enter" button, and you want user should click on it !! not pressing Enter key !!! am i clear ?
Best Regards ----------------- Abhijit Jana Microsoft Certified Professional "Success is Journey it's not a destination"