I have created a page for updation of record. I want to pass the id of student from one page to another. I am trying to send it through window.location but it is not working. In
When you use window.location then your page go to another page. ajax work on active page. You can not use.