
December 9th, 2012, 09:56 AM
|
|
|
|
That makes even less sense. A JavaScript call will not redirect unless you program it to. PHP will never see that call anyway. You need to understand that JavaScript is client side and PHP is server side. Look at the source in your browser, is that what you expect for your JavaScript function definition?
Last edited by gw1500se : December 9th, 2012 at 09:58 AM.
|