HTML and Javascript - including javascript on all sites in the domain

Can you add javascript to the needed * .html files without including in each of the * .html files? How:

<html>
<head>
......<!-- no script-->
</head>
<body>
......<!-- also no script tags-->
</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

+5
source share
1 answer

, , , php templating. , , , . .

, , - , .

+2

All Articles