I have a Javascript that I want to access from several different web pages.
I want to locate the .js file in the web root (httpdocs) folder and access it from different webpages in sub folders. I've tried setting the src attribute to the URL of the web root but without sucess.
Is it possible to do this and if so how please?