+ 2
Can I make a single javascript file for many html pages?
I want to transfer some data of one page to another?
5 RĂ©ponses
+ 4
yes by using the external file tag for javascript:
<script src='file.js'></script>
+ 2
yes, you can do that.
0
yes
0
yes but be carefull at class names called by functions