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