"; echo 'alert ("'.$msg.'");'; echo ""; return; } function jError($cod,$msg = '',$flagExit = 0) { Global $arrErrore; jAlert($arrErrore[$cod].' '.str_replace("\n","",htmlspecialchars(trim($msg)))); if($flagExit) die(); return; } function jConfirm($err ='',$opif='',$opelse='',$msgUser = '') { Global $arrErrore; if($err=='') { $msg = $msgUser; } else { $msg = $arrErrore[$err]; } echo ""; return; } ?>