[SOLVED] Save and Redirect button works in Safari but not other browsers |
8/18/2012 3:10:10 PM |
PHPRunner General questions | |
P
Pauldee author
Hi All
|
|
C
|
cgphp 8/19/2012 |
"Server" is an ajax response and header will not work properly. Execute redirection in the "Client after" tab. |
![]() |
Sergey Kornilov admin 8/19/2012 |
Crustian is 100% right, you need to use ClientAfter event to perform redirects. Here is an example: window.location = "http://www.google.com/"; |
P
|
Pauldee author 8/20/2012 |
Thank you both for your time. All working! |