Ok. This I the full problem. I'm trying to send the viewer back to the previous page viewed after something has been written to the page(or without changing the header). Right now I'm using a javascript redirect function to do it, but it doesn't look like javascript can do what I want it to do. What I mean is, I'm using an RPC(remote produce call) function to dynamically change a page. When someone clicks a link it takes them to another page in the site. When they click the link to go back to the dynamic page, I want them to go back to the changed page and not for the browser to reload the page and start them over.