javascript: history.go(-1);location.reload(true);
The below Java script work fine for IE but not in Chrome
javascript: history.go(-1);
location.reload(true);
Is there a script available in jquery for chrome? it looks simple but it is not. Please help me