jammer1221
Programmer
Hey all,
If I reference a JS or image file in page1.html like this
and then in dir/otherpage.html I reference the same js file e.g.
Will it be in the browsers cache? What if I reference both files with an absolute path?
Thanks,
Matt
If I reference a JS or image file in page1.html like this
Code:
<script src="ext.js"></script>
Code:
<script src="../ext.js"></script>
Thanks,
Matt