Is there any way that I can do a CTRL-F5 type of refresh and reload the whole browser window? I've tried the following code:
function showRefresh()
{
window.location.reload(true);
}
The page doesn't seem to want to refresh correctly. If I do a CTRL-F5 on my keyboard it reloads fine. Any help is much appreciated.