20 lines
345 B
JavaScript
Executable File
20 lines
345 B
JavaScript
Executable File
// 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 à BICOR-VIE!";
|
|
v_msgEng="Spécial for BICOR-VIE!";
|
|
alert_ebene(v_msg, v_msgEng);
|
|
}
|
|
|