I have a couple of tabs open, say Default.aspx and Default1.aspx, both the tabs are open, Now on the document ready of Default.aspx I need to refresh the existing Default1.aspx
I have tried many links, which opens a new window of the given URL (window.location.reload)
I want the existing tab to refresh, there is no need for it to get focus also.
Ps: I want this to have Cross-Browser-Compatibility as well, so any code with pure javascript would be very helpful.