I\'m using IE 8 on Vista, and everytime I change a javascript file and then start debugging, I have to hit Ctrl+F5 to have it reload my javascript. Is there any way to make
Add a date of modification of js file at the end of your URL. With PHP it would look something like this:
echo '';
When your script will be reloaded every time you update it.