Je creer dans une fonction Javascript un objet select
je cherche à lui attribuer des options...
nvx_Liste=window.parent.parent[1].document.createElement('select';
nvx_option=window.parent.parent[1].document.createElement('option';
nvx_option.setAttribute('value','bonjour';
nvx_option.setAttribute('text','bonjour';
nvx_Liste.appendChild(nvx_option);
Mais bien sur j'ai aucune option
Comment feriez vous ça!!