Ragazzi, quando uno ha più javascript da mettere nell'head, tipo:
<head>
<script language="JavaScript" type="text/JavaScript">
xxx
</script>
<script language="JavaScript" type="text/JavaScript">
yyy
</script>
</head>
come può fare, può unire la cosa senza che si apra sempre l'attributo script?
Oppure se uno li linka esternamente, è costretto a fare
<head>
<script language="JavaScript" type="text/JavaScript" src="xxx.js"></script>
<script language="JavaScript" type="text/JavaScript" src="yyy.js"></script>
</head>
oppure si può unire anche ciò?
![]()