I have a master page "a.aspx" inside a master folder.
and a js folder that containing js files
and i am calling that js file in my master page
like
<script src="js/abc.js" type="text/javascript"></script>
<script src="js/xyz.js" type="text/javascript"></script>
but its not working.