I have a link in the header of my index.htm page that goes to page_02.htm. When the user reaches page_02.htm a variable is set to true. When the user returns to the index.htm from page_02 I wish to check if the variable is in fact true and dynamically update the href and text of the button in the header.
This seems like a very basic task, however I am pulling my hair out trying to figure out how to refresh the index.htm page without having to force page reload. Any ideas?