
Hello,
Is it possible to pass a variable from one page to another without using the URL?
If so how can I achieve this?
Thanks
You can look at session storage, which you can set via Javascript: https://www.w3schools.com/jsref/prop_win_sessionstorage.asp
but perhaps can you give more details on what you are trying to achieve? perhaps there might be other ways as well.