function (id) { var dokument = 'f_zakl_nazw_jedn' + id; var dokument2 = 'f_zakl_nazw_kom' + id; var selObj = document.getElementById(dokument); }
w dokumencie mam obiekt select o id=f_zakl_nazw_jedn1,
tylko nie wiem czemu w 3 linijce funkcji przypisuje mi sie wartość null ?