Can you add javascript to the needed * .html files without including in each of the * .html files? How:
<html>
<head>
......
</head>
<body>
......
</body>
</html>
Can I use a method that will automatically include my desired javascript file in any future * * .html files without adding tags <script>to my html files? Just like htaccess, which redirects all invalid URLs in the domain to page 404.
Please tell me if I need to add any information.
* edit - I do not want to use iframe
source
share