I have one html Page where I calculate a variable.
B-
Then I want to open a new html Page, and send the variable along.
Using the code below ("TestVar" is the hardcoded variable for testing purpose):
C-
In the new html Page I want to see/show the variable!
Can this be done?
Something like:
htmlpage LHslett(Variable)
<%{%>
<p>Variable</p>
<%}%>
This not working ofcourse, but I simply want to display the variable in the new html page.
Thank you for any suggestions