I loaded a Java Scripts file in which stored a lot of js functions into master page like below.
<script src="Scripts/Functions.js" type="text/javascript"></script>
How to link one of functions within Scripts/Functions.js from content page?
Go to the complete details ...