Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Newkirk #1
Auto refresh maintaing 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
Newkirk Guest
-
Auto Page Refresh
Hi, I have a web page which contains content that is frequently updated: http://www.iwsec.co.uk -
page auto refresh?
Is there a way to make a page automatically refresh every 10 seconds? Thanks. -
Maintain query string and somehow auto refresh a pagewith that string intact
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... -
auto-refresh intervals
I am looking for some help on how to make a iframe on my http://www.slackinradio.com auto refresh in intervals of 2 minutes and 50 secs. if you... -
Auto refresh asp
Hi All, I want to refresh a page every 5 mins without the users' intervention. I'm not sure that this is possible at all. Do you? Thanks... -
stitchy #2
Re: Auto refresh maintaing query string
Change the method of the form from "Post" to "Get" and all form variables will be passed as URL variables.
stitchy Guest
-
VillageX #3
Re: Auto refresh maintaing query string
You might also try having the submitted values written to a structure in the
session scope, then have the second form pull them from there. That way, if
the page is refreshed, they are still in the session scope.
VillageX Guest



Reply With Quote

