
February 26th, 2005, 03:55 PM
|
|
Contributing User
|
|
Join Date: Sep 2004
Location: Greenville NC
Posts: 70
Time spent in forums: 2 h 15 m 24 sec
Reputation Power: 4
|
|
|
Auto refresh maintaining query string
I have a drill down where on page one the user selects criteria to narrow down the search for a speicific group of employees(like all hired between day1 and day 10)
OK then they hit submit and a list is created from the db from the parameters they selected. Now this list has the emp. names as hyperlinks and you can click that name and it takes you to that employees main info page and here comes the problem......if you hit the back button I get this IE error message:
-----------------------------------
Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button.
-------------------------------------
I need to make it so that it recalls the last page in history and allows users to go back in the browser. It needs to maintain the query string that was created from page one(the page where they selected the dates to search within) and refresh the dynamically created list of emp's based on page one criteria. Sorry if this is not making sense. Any help is greatly appreciated
|