What's the best way to add javaScript Files to the system.
I have created a filder called js and put a file in there.
Now i need to include it in a user control.
However using the usual:
<script src="../../js/HISCalc.js" type="text/javascript"></script>
Does not work, since the user control will be in a different page, ie different place in the folder structure.
What would be the std way of doing this in sitefinity?
Thanks
A