Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Yii フレームワークを使用しており、多くの CActiveForms を持っています。クリックEnterするとフォームが送信されるものもあれば、送信されないものもあります。
誰がこれを引き起こしているのか知っていますか?
Ps: 私は、印刷時の提出を妨げるコードを使用していませんEnter。
HTML5 の autofocus 属性を使用できます (IE8 と IE9 を除く現在のすべてのブラウザーで機能します)。
<input type="text" name="myField" autofocus />