I need to set the height of a <td> to (screen.height-500). This doesnt seem to work:
<td height="javascript

screen.height-500)">
Neither does this:
<script language="javascript">
document.TB1.TB2.TD1.height=(screen.height-500)
</script>
Anyone know how to do this?