Hello,
I would like to load a variable from the head of my index.html
my code for the variable is :
<script type="text/javascript">
var clickTag= "url";
</script>
and i need to link this variable for a button in edge, outside of edge i normally use
<a href="javascript:window.open(window.clickTag, '_blank')">button</a>
thank you for your help on this topic