質問編集履歴
3
コードにインデントを置きました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,8 +15,8 @@
|
|
15
15
|
シンプルに以下のようなコードの場合、enterを押すと適切にactionが実行され遷移いたします。
|
16
16
|
```html
|
17
17
|
<form method="post" action="**.html" id="hoge">
|
18
|
-
<input type="text" name="user">
|
18
|
+
<input type="text" name="user">
|
19
|
-
<input type="text" name="pass">
|
19
|
+
<input type="text" name="pass">
|
20
20
|
</form>
|
21
21
|
<button form="hoge" type="submit">push</button>
|
22
22
|
```
|
2
JSタグを追加しました!
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
コード修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<input type="hidden" name="login" value="login_catch">
|
7
7
|
<input type="text" name="loginname" id="login_username" class="register_text" placeholder="ユーザ名"/>
|
8
8
|
<input type="password" name="loginpw" id="login_pass" class="register_text" placeholder="パスワード"/>
|
9
|
-
<button form="login" class="login_button"type="button" name="">ログインする</button>
|
9
|
+
<button form="login" class="login_button" type="button" name="">ログインする</button>
|
10
10
|
<div class="login-errmsgbox"></div>
|
11
11
|
<p class="message message_wrapper" tabindex="0">無料でアカウントを作成する</p>
|
12
12
|
</form>
|