I have this function that saves a variable called high ..
<script type="text/javascript">
var alto = document.getElementById('table').offsetHeight;
//document.getElementById('parent.iframeCont'); obj.style.height = alto+"px";
alert("Alt:" + alto);
</script>
How can I send it to another JSP to use it?