Witam , znalazłem taki kod
<table width="620" id="border_profil" cellpadding="0" cellspacing="0"> <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" /> <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" /> <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" /> <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" /> <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" />
<td><div id="lzw" style="display: none"><a class="filter" href="#" onclick="submit(); return false;"> </a></div></td>
na forum nie wiem jak napisać warunek tak aby zaznaczając dwa lub więcej checkboxy zadziałało wyświetlanie <a class="filter" href="#" onclick="submit(); return false;"> </a>