[eluser]hating[/eluser]
I have table that contain edit links( for editing records) Than i want to have "Back" button that load on page that was before editing.
I try use next, but it's didn't work:
1) generate page with next flexigrid changes
$("#flex").flexigrid({
<<< skipped >>>
page: <?php echo $_REQUEST['page']; ?>
total: <?php echo $_REQUEST['total']; ?>
rp: <?php echo $_REQUEST['rp']; ?>
<<< skipped >>>
});
2) after all write something like
$("#flex").flexOptions({page: "<?php echo $_REQUEST['page']; ?>" });
$("#flex").flexReload();