回答編集履歴

1

読み違えてリンクを出すのではなくリンクに飛ばす処理になっていたので修正しました

2020/06/26 14:18

投稿

tatakk
tatakk

スコア16

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  if(typeof setting.complete === 'function') setting.complete(setting.self);
10
10
 
11
- window.location.href = "https://google.com"; //ここで指定
11
+ document.getElementById("timerhp").innerHTML="<a href='https://google.com'>クリック</a>"; //ここで指定
12
12
 
13
13
  }
14
14