質問編集履歴

2

修正しました。

2018/09/11 07:11

投稿

ta_ku0419
ta_ku0419

スコア13

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,9 @@
6
6
 
7
7
  formタグのactionにactionurlが格納されているのを確認しているのですが、
8
8
 
9
- document.fm.submit();では"?" + hashがない http://exsample.com/にアクセスします。
9
+ document.fm.submit();では"?" + hashがない http://exsample.com/& にアクセスします。
10
+
11
+ ※「"&#63"」は?です。
10
12
 
11
13
 
12
14
 
@@ -34,7 +36,7 @@
34
36
 
35
37
  var hash = hashTabName.replace(/#/g,'');
36
38
 
37
- var actionurl = "http://exsample.com/" + "?" + hash;
39
+ var actionurl = "http://exsample.com/" + "&#63" + hash;
38
40
 
39
41
  document.fm.setAttribute("action",actionurl);
40
42
 

1

修正しました

2018/09/11 07:11

投稿

ta_ku0419
ta_ku0419

スコア13

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  formタグのactionにactionurlが格納されているのを確認しているのですが、
8
8
 
9
- document.fm.submit();では"?" + hashがない http://xxx.xxx.xxx.xxx/にアクセスします。
9
+ document.fm.submit();では"?" + hashがない http://exsample.com/にアクセスします。
10
10
 
11
11
 
12
12
 
@@ -34,7 +34,7 @@
34
34
 
35
35
  var hash = hashTabName.replace(/#/g,'');
36
36
 
37
- var actionurl = "http://xxx.xxx.xxx.xxx/" + "?" + hash;
37
+ var actionurl = "http://exsample.com/" + "?" + hash;
38
38
 
39
39
  document.fm.setAttribute("action",actionurl);
40
40