質問編集履歴
3
誤字
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
javascript ページの遷移と同時にそのページに値を入れ
|
1
|
+
javascript ページの遷移と同時にそのページに値を入れたいが、できない。
|
body
CHANGED
File without changes
|
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,6 +24,7 @@
|
|
24
24
|
```
|
25
25
|
|
26
26
|
```javascript
|
27
|
+
main.js
|
27
28
|
function harryClick(e){
|
28
29
|
location.assign("text-content.html");
|
29
30
|
var myText = document.querySelector('#text-title');
|