32 lines
905 B
JavaScript
Executable File
32 lines
905 B
JavaScript
Executable File
// function toggle2Maj(){
|
|
// if (document.getElementById('modifLg').checked==false) {
|
|
// document.getElementById('modifLg').value=0;
|
|
// }
|
|
// else{
|
|
// document.getElementById('modifLg').value=1;
|
|
// }
|
|
// document.bandeauModaleF.submit();
|
|
// }
|
|
|
|
function majBandeauImg(){
|
|
// alert('majBandeauImg');
|
|
document.getElementById('codeOpe').value='majBandeauImg';
|
|
document.bandeauModaleF.submit();
|
|
}
|
|
|
|
|
|
function propagation(){
|
|
// alert ('Propager = ' + document.getElementById('propager').value );
|
|
if (document.getElementById('propager').checked ){
|
|
document.getElementById('propager').value =1;
|
|
}
|
|
else document.getElementById('propager').value =2;
|
|
|
|
//alert ('Propager = ' + document.getElementById('propager').value );
|
|
// document.bandeauModaleF.submit();
|
|
}
|
|
|
|
function nextLg(){
|
|
document.getElementById('codeOpe').value='nextLg';
|
|
document.bandeauModaleF.submit();
|
|
} |