Send variable from one function to another jsp

0

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?

    
asked by Iron Man 06.03.2018 в 12:50
source

0 answers