i everyone
i have a form with two field, login and password. i want to be able that, when the user press enter after the second field, it submit the form and send the values to another page where i check with php if its ok. My problem is, its working if i have a submit button. but i dont want any submit button.
can we submit a form without submit button? i tried some code like
document.form.submit()
but still not working 🙁
thanx for the help (even if its partially related to php)
jacinthe