Funkcja javovo scriptowa sie prezentuje następująco:
function widok(obj) { document.getElementById(obj).style.display = ''; } function brak(obj) { document.getElementById(obj).style.display = 'none'; }
Ogólnie ideą jest żeby po najechaniu na opcje inne wyświetlał sie input, tylko że jakoś sie buntuje ze nie chce :/