回答編集履歴

2

修正

2016/05/12 04:39

投稿

退会済みユーザー
test CHANGED
@@ -6,6 +6,6 @@
6
6
 
7
7
  ```php
8
8
 
9
- echo "<td><a class=\"btn\" href='includes/sync.php?test_id={$test_id}';>本番同期</a></td>";
9
+ echo "<td><a class=\"btn\" href='includes/sync.php?test_id={$test_id}'>本番同期</a></td>";
10
10
 
11
11
  ```

1

追記

2016/05/12 04:39

投稿

退会済みユーザー
test CHANGED
@@ -1,3 +1,11 @@
1
1
  window.open 使っているからでしょう。
2
2
 
3
3
  window.location.href を使えばいいんじゃないですか?
4
+
5
+
6
+
7
+ ```php
8
+
9
+ echo "<td><a class=\"btn\" href='includes/sync.php?test_id={$test_id}';>本番同期</a></td>";
10
+
11
+ ```