hi I am making submit button invisible so as when user enters the data and press "Enter" it should submit the form. using style="visibility:hidden;" The problem is when the button is visible,and on pressing "Enter" it submits the form, but when i make it invisible it dosent submits the form on pressing "Enter".
I know that this "problem" exists in IE -- a non-displayed submit button is non-functional. I'm not sure about other browsers, but it should be easy enough to test.