質問編集履歴

2

文言修正

2020/09/01 06:01

投稿

ma2hiro
ma2hiro

スコア157

test CHANGED
File without changes
test CHANGED
@@ -26,15 +26,15 @@
26
26
 
27
27
 
28
28
 
29
- ```
30
-
31
- javascript
29
+ ```javascript
32
30
 
33
31
  document.getElementById(“output1”).innerHTML = “出力させる文章”;
34
32
 
33
+ ```
35
34
 
36
35
 
36
+
37
- html
37
+ ```html
38
38
 
39
39
  <p id="output1"></p>
40
40
 

1

文言修正

2020/09/01 06:01

投稿

ma2hiro
ma2hiro

スコア157

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
  document.write('<frameset rows="50%,50%" border="1" name="rfp">');
10
10
 
11
- document.write('<frame src="./ma3test.htm" name="forum1">');
11
+ document.write('<frame src="./test.htm" name="forum1">');
12
12
 
13
- document.write('<frame src="./ma3test.htm">');
13
+ document.write('<frame src="./test.htm">');
14
14
 
15
15
  document.write('</frameset>');
16
16
 
@@ -50,9 +50,9 @@
50
50
 
51
51
  document.write('<frameset rows="50%,50%" border="1" name="rfp">');
52
52
 
53
- document.write('<frame src="./ma3test.htm" name="forum1">');
53
+ document.write('<frame src="./test.htm" name="forum1">');
54
54
 
55
- document.write('<frame src="./ma3test.htm">');
55
+ document.write('<frame src="./test.htm">');
56
56
 
57
57
  document.write('</frameset>');
58
58