文本框按回车后递交的怪问题
一个页面中如果只有一个文本框( <input type= "text " /> )时,只要在文本框中按回车,页面就会自动递交,ie、firefox和opera都会这样;但如果有两个文本框时,无论在哪一个文本框中按回车,ie和firefox都不会自动递交,但opera还是会自动递交。
请问有什么简单的办法解决?
谢谢!
------解决方案-------------------- <input type= "submit " onclick= "this.form.submit() ">