is there a way that I can do this? I want to,
call a java function from an HTML page and set a varaible, (function 1)
then switch to a new web page and read the same varaible that was set, (function 2)
I would like to do this in Java if it is possible. I have tried and each time function 2 show the vaaraible
as undefined, eventhrough it is globally defined in an external .js file that is shared by both HTML files.
What I am tring to do is simply pass a variable from one HTML file to another, using Java.