I have a basic record list page, and each item includes a link to a "toggle item" method that redirects back to the list. I added Pagination Helper to the mix and now I need to be able to redirect back to the correct page of records. The toggle method is called via a Javascript link: javascript:document.location.href=''/voter/toggle/358 I know I can get the current page number to add to the Javascript link, making it something like this: javascript:document.location.href=''/voter/toggle/358/page/2 but I''m not sure what to do in the toggle method to pick the value out and turn it into the appropriate "redirect_to". (Nor am I sure this is even the right approach.) Thanks for any light you can shed. Tom ------------------------------------------------------------------------ ---- Tom Donovan Hawthorn School District 73 Mgr. of Tech. Systems, Webmaster Vernon Hills, IL ------------------------------------------------------------------------ ----