質問編集履歴

1

function open_calendar(e)の追加

2022/07/01 07:09

投稿

da_123
da_123

スコア3

test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,9 @@
1
1
  題目にある通り、アラートできずご教授頂きたいです。以下が該当するコードです
2
2
  ```ここに言語を入力
3
+ function open_calendar(e) {
4
+ window.dateField = e;
5
+ calendar = window.showModalDialog('calendar.htm', window, 'edge:sunken; help:no; scroll:no; resizable:no; status:no; dialogwidth:200px; dialogheight:220px;');
6
+
3
7
  function on_search() {
4
8
  if ((document.form1.txtEndDate.checked) > (document.form1.txtStartDate.checked)) {
5
9
  alert("期間が正しくありません。");