php - Pressing enter in textarea field refresh the page -


i'm using symfony2 i'm experiencing troubling thing.

i have form, textarea field, each time press 'enter' go next line refresh page (without deleting previous line)..

do have idea come from?

thanks!

well sure have submit button on form. on enter in form call submit butt refreshes page!

in order prevent can make button in type="button" , bind onclick function submit button not called on enter!

however; remove enter feature calls submit on entire form not in text area!

or --> can call function on keypres or keyup on text area , e.prevetndefault();

i hope answers helps you!


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -