I have app.js file with a function called getdata(), and another js file called common.js with a function called gethost();
Now I want to call gethost() function in the common.js file using getdata() function in app.js.
Can someone please help me to do this.
I don't want to do this script type="text/javascript" src="../Scripts/common.js"
script type="text/javascript" src="../Scripts/app.js"
in aspx file.