teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

文言修正

2020/09/01 06:01

投稿

ma2hiro
ma2hiro

スコア159

title CHANGED
File without changes
body CHANGED
@@ -12,11 +12,11 @@
12
12
  上記を書き換えようとしており
13
13
  ぐぐっても
14
14
 
15
+ ```javascript
16
+ document.getElementById(“output1”).innerHTML = “出力させる文章”;
15
17
  ```
16
- javascript側
17
- document.getElementById(“output1”).innerHTML = “出力させる文章”;
18
18
 
19
- html
19
+ ```html
20
20
  <p id="output1"></p>
21
21
  ```
22
22
  みたいなものしか引っかかりません……

1

文言修正

2020/09/01 06:01

投稿

ma2hiro
ma2hiro

スコア159

title CHANGED
File without changes
body CHANGED
@@ -3,8 +3,8 @@
3
3
  今現在javascriptで下記を書き直す方法を探しております。
4
4
  ```
5
5
  document.write('<frameset rows="50%,50%" border="1" name="rfp">');
6
- document.write('<frame src="./ma3test.htm" name="forum1">');
6
+ document.write('<frame src="./test.htm" name="forum1">');
7
- document.write('<frame src="./ma3test.htm">');
7
+ document.write('<frame src="./test.htm">');
8
8
  document.write('</frameset>');
9
9
  ```
10
10
 
@@ -24,8 +24,8 @@
24
24
  上記
25
25
  ```javascript
26
26
  document.write('<frameset rows="50%,50%" border="1" name="rfp">');
27
- document.write('<frame src="./ma3test.htm" name="forum1">');
27
+ document.write('<frame src="./test.htm" name="forum1">');
28
- document.write('<frame src="./ma3test.htm">');
28
+ document.write('<frame src="./test.htm">');
29
29
  document.write('</frameset>');
30
30
  ```
31
31
  を変更しようにもそのIDを指定する方法に