質問編集履歴
1
ソースの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -344,6 +344,8 @@
|
|
344
344
|
|
345
345
|
<input type="text" name="id_dept" list="dept" maxlength='10' placeholder="部署ID(半角数字)" autocomplete="off">
|
346
346
|
|
347
|
+
<datalist id="dept">
|
348
|
+
|
347
349
|
<%
|
348
350
|
|
349
351
|
if(preResult != null){
|