2
2

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.

【HTML】input type="image"で画面遷移

Posted at

こんにちは。
input typeによる画面遷移はsubmint もしくはbuttonでjs指定させれだけだと思っていました。

どうやら

input type="image"

ただどうやら調べてみるとtype="image"の場合は
valueを指定しないとnameで指定したパラメータを渡すことができないらしい。
hiddenを使って対策もできるらしい。

そして、
クリックした画像の座標が飛んでくるらしい。w

それではこれからも宜しくおねがいします。

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?