Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,I need an Acknowledge Button on the list page, when I click on it, it will take the user to another page AND it will add current user name and current date & time to another table called tableA. Help would be appreciated. Thx
First step - insert a record into tableA using Server event. Sample code:http://xlinesoft.com/phprunner/docs/add.htmThen use ClientAfter event to redirect user to another page:
location.href="http://cnn.com";