I am going to use several html pages, and there is a javascript code that is being repeated on every page. how can i make it possible that the code may be changed any time easily (just by changing it in one common file).
The code which is being repeated is also javascript code.