E
Erik Abels
I have written several Javascript functions into a single ".js" file for a header that is to be included into every page of an existing website. As of right now i am having to copy the functions into every page and i was wondering if i could call them from that ".js" file. currently it looks something like this
onmouseover="navDrop(ProductDrop, Products)"
how would i call this function if it were located in another file such as headerfunctions.js
onmouseover="navDrop(ProductDrop, Products)"
how would i call this function if it were located in another file such as headerfunctions.js