5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Formタグの中にsubmitボタンつけ忘れたけど面倒くさい時

Last updated at Posted at 2014-09-04

背景

たまに、SIerの所属しているが、Web系なシステムばかり担当しているので、
HTML書いてnode.jsで動かしたり、それっぽい雰囲気を演出することがある。

そんな訳で、毎度うろ覚えのHTML書いているので、Formタグの中に

<input type="submit" name="btn" value="押すな危険">

なんてタグを書きそびれることが多々ある。

ブラウザの開発ツールで何とかする

document.getElementsByTagName("form")[0].submit()

まとめ

これ、あえて、submitが無いページにしておき、プログラマ専用ログインページなどどうだろうか。

関連投稿

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?