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

回答編集履歴

1

余分なコードを消す

2016/10/27 09:25

投稿

popobot
popobot

スコア6588

answer CHANGED
@@ -1,4 +1,4 @@
1
1
  こんな感じでしょうか。URLや各種引数は必要に応じて変えてください。
2
2
  ```php
3
- $this->Html->link('hoge', "javascript:void(window.open('/', null, 'width=400, height=300'));", ['target' => '_blank']);
3
+ $this->Html->link('Test', "javascript:window.open('/', null, 'width=400, height=300');", ['target' => '_blank']);
4
4
  ```