This topic is locked
[SOLVED]

 Button on list page

8/18/2014 11:30:54 PM
PHPRunner General questions
G
gokselkahraman author

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

Sergey Kornilov admin 8/19/2014

First step - insert a record into tableA using Server event. Sample code:

http://xlinesoft.com/phprunner/docs/add.htm
Then use ClientAfter event to redirect user to another page:

location.href="http://cnn.com";;