I have php installed on the server. I just want to know if it is possible to deny access of someone saving a file to their harddrive. I think the answer is no under this condition, because for the script to run it has to have enough permission for someone to be able to save it. This was just me experimenting. If you want to see what I am talking about go here: http://24.243.64.239/number7.htm
All you would have to do to get past that password prompt is right click on the link above and do save target as. Then look at the source to see where it is loading the script from in this case it is:
http://24.243.64.239/scripts/pass.js
Then make a link to that and right click and do save target as. And there you have it. Just open the .js file in a text editor and you're in. I just want to disable the user being able to right click on the second link and save the file. I don't think it can be done. Someone please prove me wrong.