2
Hello,
I have a file . js on http://meudominio.com/arquivo.js. I would like to call you elsewhere (meudominio2.com) with <script src="meudominio.com/arquivo.js" ></script>
, however, gives file not found. And the name is correct and I can access it through the browser.
So the question is this: how to include this . js so that I can work with it on another page?