Possible Duplicate:
how can I call javascript function from another project in same solution?
I am using an asp.net 3.5 web solution with js which contains 2 projects ProjectA and ProjectB. Is it possible to call a js function which is defined in ProjectA in a scriptfile from somewhere in ProjectB? what would the script reference be?