I have a JavaScript application. This application use one file which
exists in different directory. So, I use
<SCRIPT SRC="c:\temp\names.js" Language></SCRIPT>
so, I have some variable define in names.js and my JavaScript
application use thoese variable. But I want to use this application
on Linux as well. So, I have create a file in
linux /root/temp/names.js. So, my question is how can include this
in SRC tag. Any ideas.