Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force every page to load a certain javascript file?

I've created a pretty basic system here at work that does what Google analytics does (extremely simplistic in comparison) and it works quite well, but like Google Analytics it requires each page to reference a JavaScript file. Is there any way to make all of our pages that are served from IIS reference this Javascript file? I would like to capture these stats for every page.

Any ideas?

Thanks

like image 246
Max Schmeling Avatar asked Dec 13 '25 04:12

Max Schmeling


1 Answers

Hmm, it looks like you are looking for this.

like image 169
RichardOD Avatar answered Dec 14 '25 19:12

RichardOD