H
|
Hd_Mersintarim 2/22/2021 |
I added a button to a view page of another table with the button's OnServer code: header("Location: customers_view.php"); exit(); It just gives me an error message. How do I code to navigate to another page from a page using a custom button?
|
A
|
AlphaBase author 2/22/2021 |
client after window.location.href = "your.php?parameters";
|