suppose there is a module which has a view and this view included a java script file in it:
like this :
Script.Include("myscripts/somescript.js");
so when i create an alternative view from the original one, it will placed inside MyTheme folder(some where other than module's directory) that obviously cannot access script folder of original view.
the question is : now how to access that resource folder from within alternative view?
thanks in advance.