Witam , znalazłem taki kod
  1. <table width="620" id="border_profil" cellpadding="0" cellspacing="0">
  2. <tr>
  3. <td>
  4. <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" />
  5. <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" />
  6. <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" />
  7. <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" />
  8. <input type="checkbox" name="nazwa" value="wartość" onClick="document.getElementById('lzw').style.display = this.checked ? 'block' : 'none'" />
  9. </td>
  10. </tr>
  11. <tr>
  12.  
  13. <td><div id="lzw" style="display: none"><a class="filter" href="#" onclick="submit(); return false;"> </a></div></td>
  14. </tr>
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>