function checkForDisplayAutreConnaissance(){ var index = window.document.getElementById( 'exp_connaissance' ).selectedIndex; if ( window.document.getElementById( 'exp_connaissance' ).options[index].text == "Autre" ){ document.getElementById( 'exp_connaissance_autre' ).style.display = 'block'; } else { document.getElementById( 'exp_connaissance_autre' ).style.display = 'none'; document.getElementById( 'exp_connaissance_autre' ).value = ''; } }