se e' giusto manda in pvt il numero di tua sorella![]()
assegna un id alle 2 tabelle
tipo
<table id="id_1"></table>
<table id="id_2"></table>
poi fai ...
oppure cosiCodice PHP:
window.onload=function(){
document.getElementById('id_1').style.height = document.getElementById('id_2').style.height ;
}
Codice PHP:
window.onload=function(){
document.getElementById('id_1').height = document.getElementById('id_2').height ;
}