回答編集履歴

1

URLがローカルのものになっていたため、一般的なURLにした

2018/10/09 09:33

投稿

KNaito
KNaito

スコア376

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  var iframe = document.createElement("iframe");
18
18
 
19
- iframe.setAttribute("src", "http://10.0.180.10/teratail/");
19
+ iframe.setAttribute("src", "http://path/to/my/website");
20
20
 
21
21
  document.body.appendChild(iframe);
22
22