Monday, February 20, 2017

Popup Button ling phprunner

$result["record"] = $button->getCurrentRecord();

var mywin =window.open('mytable.php?editid1='+ result.record["id"],'popUpWindow','height=630,width=530,left=20,top=20,resizable=no,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no');
mywin.focus();

No comments:

Post a Comment

phprunner view custom filed status

if ($value=="Process") $str.='<img src="1.png">'; if ($value=="Receive") $str.='<i...