i'm using button key for my project but this is not work when i push Enter Key.
why 'enter key' not working in this form
?
<form action="" method="post">
<input type="text" >
<input type="button" >
</form>
how this is work with javascript, plz help me
i will not sue type="submit"