Hi there,
I am using a javascript code to refresh a page.
<code>
window.location.href="";
</code>
this code refereshes the whole page and focus goes at the top of the page but I want the focus of the page at the same place where I perform refresh.
Actually I am using AJAX to submit a form, a form opens through ajax request but I need to refresh the page to take the effect of the dynamic data, which is being saved,updated or deleted on the page.
So is there any way where focus of the page remains there when I refreshed the page, I hope you understand the question.
Please reply.
Take care.