Hi,
My program will generate a .js file which will store at "C:\software\apache-tomcat\temp\test.js". And in one of my jsp files, I will include that "test.js" file. I tried the following code, but it doesn't work. Does anyone knows how can I include such kind of .js file?
<script src="C:\software\apache-tomcat\temp\test.js" type="text/javascript"></script>
Thanks in advance!
My program will generate a .js file which will store at "C:\software\apache-tomcat\temp\test.js". And in one of my jsp files, I will include that "test.js" file. I tried the following code, but it doesn't work. Does anyone knows how can I include such kind of .js file?
<script src="C:\software\apache-tomcat\temp\test.js" type="text/javascript"></script>
Thanks in advance!