Hello everyone
This may be a silly question.
Is there a way to run a .
js file ie call a .
js file from another folder from inside a javascript function?
for eg..can I do this -->
function callJsFile()
{
//call a .
js file and execute the code in it at //src="../
js/somejavascript.
js"
}