forse vuoi ottenere questo ?


codice:
<html>
<head>
</head>
<body>
<script>
// h = screen.height; // risoluzione verticale
h = screen.availHeight; // altezza della finestra del browser
document.write('<table style="width: 100%; vertical-align: middle; height: '+ h +'px">');
</script>
<tr>
<td style="text-align: center">ciao a tutti</td>
</tr>
</table>
</body>
</html>