コード例 #1
0
ファイル: js.class.php プロジェクト: reboxhost/phpb2b
 function Submit($frm)
 {
     $msg = $frm . ".submit();";
     JS::_Write($msg);
 }