dans script, LANGUAGE non obligatoire
This commit is contained in:
parent
3212c42427
commit
d3d2fa033a
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ function sql_filter_per($p_cn, $p_from, $p_to, $p_form='p_id', $p_field='jr_tech
|
|||
|
||||
function alert($p_msg, $buffer=false)
|
||||
{
|
||||
$r = '<script language="javascript">';
|
||||
$r = '<script>';
|
||||
$r.= 'alert(\'' . j($p_msg) . '\')';
|
||||
$r.= '</script>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue