質問編集履歴
3
書籍の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
selectにonClickを入れているのですがPHPの関数がうまく呼ばれません...
|
2
2
|
|
3
|
-
参考サイト
|
4
|
-
[リンク内容](https://minimalist-10.com/study/html-onclick/)
|
5
3
|
|
4
|
+
[参考サイト](https://minimalist-10.com/study/html-onclick/)
|
5
|
+
|
6
6
|
```html
|
7
7
|
<form>
|
8
8
|
<select name="type1" id="type1" onclick="seiji()">
|
2
書籍の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
selectにonClickを入れているのですがPHPの関数がうまく呼ばれません...
|
2
2
|
|
3
3
|
参考サイト
|
4
|
-
https://minimalist-10.com/study/html-onclick/
|
4
|
+
[リンク内容](https://minimalist-10.com/study/html-onclick/)
|
5
5
|
|
6
6
|
```html
|
7
7
|
<form>
|
1
書籍の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
selectにonClickを入れているのですがPHPの関数がうまく呼ばれません...
|
2
2
|
|
3
|
+
参考サイト
|
4
|
+
https://minimalist-10.com/study/html-onclick/
|
5
|
+
|
3
6
|
```html
|
4
7
|
<form>
|
5
8
|
<select name="type1" id="type1" onclick="seiji()">
|