Is it possible to include JavaScript code using the <link>
tag on my website?
For instance, if I have a JavaScript file named test.js
that includes the simple code alert('hello');
Can I trigger a popup window to appear by using the following:
<link href="test.js"></link>