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
Populate a in the first page with the information needed; you can change their aspect with CSS as desired.
When the is send you only need a PHP script/page that uses $_POST to fill the new page.
$_POST
Easier than AJAX if you try to navigate from the first page to the second.