Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

[SOLVED] Use button to redirect to another page

$
0
0
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?

Viewing all articles
Browse latest Browse all 2586

Trending Articles