20 lines
322 B
JavaScript
20 lines
322 B
JavaScript
// focntions spécifiques à la sosciété
|
|
|
|
/*
|
|
function college_police()
|
|
{
|
|
if ($("#idPolice_C" ).val()>"")
|
|
{
|
|
window.location.assign($("#racineWeb" ).val()+"Collegepolice/");
|
|
}
|
|
}
|
|
*/
|
|
|
|
function tester_js_sosiete()
|
|
{
|
|
v_msg="Spécifique à RADIANT!";
|
|
v_msgEng="Spécial for RADIANT!";
|
|
alert_ebene(v_msg, v_msgEng);
|
|
}
|
|
|