<html> <head> <script language="JavaScript" type="text/javascript"> //<![CDATA[ function pokaz() { obj=document.getElementById('ukryte'); objCheck=document.getElementById('zaznaczanie'); if (objCheck.checked) obj.style.display=""; else obj.style.display="none"; } //]]> </script> </head> <body> <select id="lista" name="tytul"> </select> <input type="text" name="tytul" id="ukryte" style="display:none" value="" /> </body> </html>
Pozdrawiam, Sebekzosw