Re: php et select

Top Page

Reply to this message
Author: Marc BERLIOUX
Date:  
To: guilde
Subject: Re: php et select
Le 11/01/2020 à 12:22, anne.guilde@??? a écrit :

> J'ai ajouté  une fonction
>
> function set_form_fields(elem)   <= ligne 198
> {
>   var delimiter =   elem.options[elem.selectedIndex].value;
> // elem.form._delimiter;
>
> }


Tu peux essayer avec cette fonction JS que j'ai écrit pour un de mes
projets :

function getSelectValue(selectId){var
selectElmt=document.getElementById(selectId);return
selectElmt.options[selectElmt.selectedIndex].value;}

Il faut bien entendu que ton <select> possède un id
<select id="...">

--
Marc BERLIOUX
Les statistiques sont formelles :
Il y a de plus en plus d'étrangers dans le monde