2009-03-20 09:07:19 +00:00
< ? php
?>
< span class = " left " >< a id = " lienMandataireEdit " title = " Editer le mandataire " class = " thickbox " href = " ./pages_saisie/mandataire.php " >< img src = " ../img/edit1.gif " alt = " Edition mandataire " /></ a ></ span >
< script >
$ ( '[name=jugement[mand]]' ) . change ( function (){
var tribunal = $ ( " #tribunal option:selected " ) . val ();
var idMandataire = $ ( " [name=jugement[mand]] option:selected " ) . val ();
$ ( '#lienMandataireEdit' ) . attr ( 'href' , './pages_saisie/mandataire.php?width=650&height=500&tribunal=' + tribunal + '&id=' + idMandataire );
});
2009-03-25 18:25:50 +00:00
$ ( '[name=jugement[oppo]]' ) . change ( function (){
var tribunal = $ ( " #tribunal option:selected " ) . val ();
var idMandataire = $ ( " [name=jugement[oppo]] option:selected " ) . val ();
$ ( '#lienMandataireEdit' ) . attr ( 'href' , './pages_saisie/mandataire.php?width=650&height=500&tribunal=' + tribunal + '&id=' + idMandataire );
});
2009-03-20 09:07:19 +00:00
</ script >