I suspect it is an easy matter once one knows
I have an encrypted .js file that I want to load, or embed, or insert into a web page.
How do I call this?
The best I have to date is:
<script>
location.replace("script/***.js");
</script>
But this (obviously) replaces. How to get that ol .js INTO the page?
I have an encrypted .js file that I want to load, or embed, or insert into a web page.
How do I call this?
The best I have to date is:
<script>
location.replace("script/***.js");
</script>
But this (obviously) replaces. How to get that ol .js INTO the page?