Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Newkirk #1
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 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
-
query string
hi there, i'm working on a very simple flash data integration project, i have been trying to send a query string without opening/reloading a... -
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... -
Cannot create an object of type 'System.String[]' from its representation 'String[] Array'
Hello, I am designing a .net custom control in VS.net 7.1 and my control exposes an array of strings which are supposed to be the items to show. To... -
String question: Returning portion of string with words surrounding highlighted search term?
I'm looking to find or create an ASP script that will take a string, examine it for a search term, and if it finds the search term in the string,... -
Using NOT LIKE in Query String????
OK, I know how to use to pull up all records that contains the keyword, but what about not containing the keyword? I've tried NOT LIKE but i get ... -
DixieGal #2
Re: Maintain query string and somehow auto refresh a page with that string intact
how about if you did a link that referred to the
back button as:
<a href='#cgi.http_referer#?#cgi.query_string#'>Go Back and Try again</a>
(may need to place inside <cfoutput> tags)
--
Tami
aka DixieGal
**************************
The brain is a wonderful organ. It starts working the moment you get up in
the morning
and does not stop until you get into the office.
--Robert Frost
**************************
"Newkirk" <webforumsuser@macromedia.com> wrote in message
news:cvqr9s$7gf$1@forums.macromedia.com...
| 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
|
|
DixieGal Guest



Reply With Quote

