scusa l' "IGNORANTESIMO"
<tr onclick="window.open('link.html', 'Link', '');"></tr>
diventa
<tr onclick="window.location.href=('link.html', 'Link', '');"></tr>
scusa l' "IGNORANTESIMO"
<tr onclick="window.open('link.html', 'Link', '');"></tr>
diventa
<tr onclick="window.location.href=('link.html', 'Link', '');"></tr>