I have written scripts to retrieve records from a db. They start by displaying "first 20" and do the usual "click for next 20 records". It will go forward displaying the next 20 each time it is clicked because cgi passes the parms for the next 20. But when the browser back button is pressed anywhere in the process, it goes haywire. Is there a way to make the parms for the previous batch be passed to the script when the back button is pushed.
Thanks anyone who knows anything about this.