I'm working with a small asp file that runs in a frame. Is there a way to trigger a CTRL+F5 type of refresh to reload the entire browser window? I've attempted using parent.location.reload(true)
, location.reload()
, and various other methods, but nothing seems to work. When I press CTRL+F5 on my keyboard, it reloads without any issues. Any assistance would be greatly appreciated.
Additionally, I also need to refresh/update my .js files in the browser using CTRL+F5.