Probably a dumb question, but is it still using "Include files"?
+3
A:
Save them in a js file and include it wherever you need the functions, like :
<script src="myfunctions.js"></script>
Andreas Grech
2009-09-05 23:29:35
OK...within the myfunction.js file, do I need to specify <Script> tags? I assume so. How do I get the editor to recognize (give me intellisense) that includes this tag? I tried Tools > Options > Text Editor and tried both specifying "usercontrol" and "script editor" but neitehr resulted in the script tag being recognized. Please help.
Velika
2009-09-06 01:16:29
No, you don't. GOt it.
Velika
2009-09-06 01:21:14