salve,
vengo subito al dunque con un esempio pratico:
codice:function resettaSelect(){ document.getElementById("tab").borderColor='#F0F8FF'; } <table width="110" height="107" border="1" bordercolor="#000000" id="tab" onClick="resettaSelect();"> .. </table> <table width="110" height="107" border="1" bordercolor="#000000" id="tab" onClick="resettaSelect();"> .. </table> <table width="110" height="107" border="1" bordercolor="#000000" id="tab" onClick="resettaSelect();"> .. </table>
In pratica mi serve cambiare il colore del bordo di tutte le tabelle conteporaneamente..![]()
Grazie Mille![]()