I want to reload the page when user click the browser tab
Because when the user pressed the link(for eg : click here),the link will be opened in another tab ,
if they do one r more times means many tabs will be opened with same values,
cause we set a target as _blank
The user change the values in one tab and saved that and closed the tab, after that if the user goes to another tab means its will shown old values only,cause of not reloading
so i need to reload page when i click browser tab
i think now u guys understand my issues ,pls help me