Quelques amlioration sur fonction selection produit ajax:

Suite... Inclusion patch Christophe Perez
This commit is contained in:
Laurent Destailleur
2006-06-14 00:13:43 +00:00
parent e21c82d60b
commit 1fb866e0a9
3 changed files with 17 additions and 11 deletions

View File

@@ -736,3 +736,5 @@ function parseDate(val) {
}
// Fonction pour champ saisie en mode ajax
function publish_selvalue(obj) { $(obj.name).value = obj.options[obj.selectedIndex].value; }