How avoid javascript file to be download.

  • Thread starter Thread starter Guest
  • Start date Start date
You could change the directory's permissions and give your application
permission to access this folder. But the bottom line is that the .js will
download into the browser's cache anyway, even if the user doesn't directly
access the file. All the user has to do is look in their Temporary Internet
Files folder and they will see your .js file there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top