2013年9月25日水曜日

[cakephp] リダイレクトするview

1
2
3
4
5
6
7
<?php $this->Html->scriptStart(array('inline'=>false,'safe'=>false)); ?><!--
setTimeout("link()", 0);
function link()
{
 location.replace('http://www.example.net/thanks.html');
}
//--><?php $this->Html->scriptEnd(); ?>

0 件のコメント:

コメントを投稿