[SOLVED] Redirect To Another Page |
1/10/2013 4:53:50 AM |
PHPRunner General questions | |
D
dannche author
Dear All,
|
|
C
|
cgphp 1/10/2013 |
You can execute Javascript code in the "Client before" event not PHP. The correct code is: location.href = 'conference_list.php'; |
D
|
dannche author 1/10/2013 |
You can execute Javascript code in the "Client before" event not PHP. The correct code is: location.href = 'conference_list.php';
|