I do not wish to get the parameter from a url as describe in the document.
I want to access a variable like the following:
<script>
var something;
something = "SALT";
</script>
I do not wish to use QueryParam as it became impossible.
...Or do I need to use ExecJS?
If so, is there a code example for it?