Sunday, March 20, 2011

What's the best way to reuse Javascript routines in VS2008?

Probably a dumb question, but is it still using "Include files"?

From stackoverflow
  • Save them in a js file and include it wherever you need the functions, like :

    <script src="myfunctions.js"></script>
    
    Velika : OK...within the myfunction.js file, do I need to specify